Class: Aws::Connect::Types::BooleanCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BooleanCondition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
A boolean search condition for Search APIs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison_type ⇒ String
Boolean property comparison type.
-
#field_name ⇒ String
A name of the property to be searched.
Instance Attribute Details
#comparison_type ⇒ String
Boolean property comparison type.
3035 3036 3037 3038 3039 3040 |
# File 'lib/aws-sdk-connect/types.rb', line 3035 class BooleanCondition < Struct.new( :field_name, :comparison_type) SENSITIVE = [] include Aws::Structure end |
#field_name ⇒ String
A name of the property to be searched.
3035 3036 3037 3038 3039 3040 |
# File 'lib/aws-sdk-connect/types.rb', line 3035 class BooleanCondition < Struct.new( :field_name, :comparison_type) SENSITIVE = [] include Aws::Structure end |