Class: Aws::Types::AttributeNameAndValue
- Inherits:
-
Object
- Object
- Aws::Types::AttributeNameAndValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#value ⇒ Types::TypedAttributeValue
Returns the value of attribute value.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
102 103 104 |
# File 'sig/types.rbs', line 102 def attribute_name @attribute_name end |
#value ⇒ Types::TypedAttributeValue
Returns the value of attribute value.
103 104 105 |
# File 'sig/types.rbs', line 103 def value @value end |