Class: Aws::Connect::Types::BooleanCondition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#comparison_typeString

Boolean property comparison type.

Returns:

  • (String)


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_nameString

A name of the property to be searched.

Returns:

  • (String)


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