Class: Aws::Types::LookupAttribute
- Inherits:
-
Object
- Object
- Aws::Types::LookupAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_key ⇒ "EventId", ...
Returns the value of attribute attribute_key.
-
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
Instance Attribute Details
#attribute_key ⇒ "EventId", ...
Returns the value of attribute attribute_key.
927 928 929 |
# File 'sig/types.rbs', line 927 def attribute_key @attribute_key end |
#attribute_value ⇒ ::String
Returns the value of attribute attribute_value.
928 929 930 |
# File 'sig/types.rbs', line 928 def attribute_value @attribute_value end |