Class: Aws::Types::BooleanCondition
- Inherits:
-
Object
- Object
- Aws::Types::BooleanCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_type ⇒ "IS_TRUE", "IS_FALSE"
Returns the value of attribute comparison_type.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
Instance Attribute Details
#comparison_type ⇒ "IS_TRUE", "IS_FALSE"
Returns the value of attribute comparison_type.
795 796 797 |
# File 'sig/types.rbs', line 795 def comparison_type @comparison_type end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
794 795 796 |
# File 'sig/types.rbs', line 794 def field_name @field_name end |