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.
8134 8135 8136 8137 8138 8139 8140 8141 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8134 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
8134 8135 8136 8137 8138 8139 8140 8141 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8134 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.
8134 8135 8136 8137 8138 8139 8140 8141 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8134 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.
8134 8135 8136 8137 8138 8139 8140 8141 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8134 class DateTimeCondition < Struct.new( :field_name, :min_value, :max_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |