Class: Aws::Types::AttributeKeyAndValue
- Inherits:
-
Object
- Object
- Aws::Types::AttributeKeyAndValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ Types::AttributeKey
Returns the value of attribute key.
-
#value ⇒ Types::TypedAttributeValue
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Types::AttributeKey
Returns the value of attribute key.
96 97 98 |
# File 'sig/types.rbs', line 96 def key @key end |
#value ⇒ Types::TypedAttributeValue
Returns the value of attribute value.
97 98 99 |
# File 'sig/types.rbs', line 97 def value @value end |