Class: Aws::Deadline::Types::DateTimeFilterExpression

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The time stamp in date-time format.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#date_timeTime

The date and time.

Returns:

  • (Time)


1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1602

class DateTimeFilterExpression < Struct.new(
  :date_time,
  :name,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the date-time field to filter on.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1602

class DateTimeFilterExpression < Struct.new(
  :date_time,
  :name,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end

#operatorString

The type of comparison to use to filter the results.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1602

class DateTimeFilterExpression < Struct.new(
  :date_time,
  :name,
  :operator)
  SENSITIVE = []
  include Aws::Structure
end