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.
6731 6732 6733 6734 6735 6736 6737 6738 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6731 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
6731 6732 6733 6734 6735 6736 6737 6738 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6731 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.
6731 6732 6733 6734 6735 6736 6737 6738 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6731 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.
6731 6732 6733 6734 6735 6736 6737 6738 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6731 class DateTimeCondition < Struct.new( :field_name, :min_value, :max_value, :comparison_type) SENSITIVE = [] include Aws::Structure end |