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")


777
778
779
# File 'sig/types.rbs', line 777

def comparison_type
  @comparison_type
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def field_name
  @field_name
end