Class: Aws::Types::StringCondition
- Inherits:
-
Object
- Object
- Aws::Types::StringCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_type ⇒ "STARTS_WITH", ...
Returns the value of attribute comparison_type.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#comparison_type ⇒ "STARTS_WITH", ...
Returns the value of attribute comparison_type.
8247 8248 8249 |
# File 'sig/types.rbs', line 8247 def comparison_type @comparison_type end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
8245 8246 8247 |
# File 'sig/types.rbs', line 8245 def field_name @field_name end |
#value ⇒ ::String
Returns the value of attribute value.
8246 8247 8248 |
# File 'sig/types.rbs', line 8246 def value @value end |