Class: Aws::Connect::Types::BooleanCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BooleanCondition
- Defined in:
- gems/aws-sdk-connect/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.
2718 2719 2720 2721 2722 2723 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2718 class BooleanCondition < Struct.new( :field_name, :comparison_type) SENSITIVE = [] include Aws::Structure end |
#field_name ⇒ String
A name of the property to be searched.
2718 2719 2720 2721 2722 2723 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2718 class BooleanCondition < Struct.new( :field_name, :comparison_type) SENSITIVE = [] include Aws::Structure end |