Class: Aws::Types::PropertyPredicate
- Inherits:
-
Object
- Object
- Aws::Types::PropertyPredicate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparator ⇒ "EQUALS", ...
Returns the value of attribute comparator.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#comparator ⇒ "EQUALS", ...
Returns the value of attribute comparator.
6040 6041 6042 |
# File 'sig/types.rbs', line 6040 def comparator @comparator end |
#key ⇒ ::String
Returns the value of attribute key.
6038 6039 6040 |
# File 'sig/types.rbs', line 6038 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
6039 6040 6041 |
# File 'sig/types.rbs', line 6039 def value @value end |