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.
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.
776 777 778 |
# File 'sig/types.rbs', line 776 def field_name @field_name end |