Class: Aws::Connect::Types::DateTimeCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DateTimeCondition
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A datetime search condition for Search APIs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison_type ⇒ String
Datetime property comparison type.
-
#field_name ⇒ String
A name of the datetime property to be searched.
-
#max_value ⇒ String
A maximum value of the property.
-
#min_value ⇒ String
A minimum value of the property.
Instance Attribute Details
#comparison_type ⇒ String
Datetime property comparison type.
6464 6465 6466 6467 6468 6469 6470 6471 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6464 class DateTimeCondition < Struct.new( :field_name, :min_value, :max_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |
#field_name ⇒ String
A name of the datetime property to be searched
6464 6465 6466 6467 6468 6469 6470 6471 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6464 class DateTimeCondition < Struct.new( :field_name, :min_value, :max_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |
#max_value ⇒ String
A maximum value of the property.
6464 6465 6466 6467 6468 6469 6470 6471 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6464 class DateTimeCondition < Struct.new( :field_name, :min_value, :max_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |
#min_value ⇒ String
A minimum value of the property.
6464 6465 6466 6467 6468 6469 6470 6471 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6464 class DateTimeCondition < Struct.new( :field_name, :min_value, :max_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |