Class: Aws::Types::BooleanCondition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_type"IS_TRUE", "IS_FALSE"

Returns the value of attribute comparison_type.

Returns:

  • ("IS_TRUE", "IS_FALSE")


783
784
785
# File 'sig/types.rbs', line 783

def comparison_type
  @comparison_type
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def field_name
  @field_name
end