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.
2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2202 class BooleanCondition < Struct.new( :field_name, :comparison_type) SENSITIVE = [] include Aws::Structure end |
#field_name ⇒ String
A name of the property to be searched.
2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2202 class BooleanCondition < Struct.new( :field_name, :comparison_type) SENSITIVE = [] include Aws::Structure end |