Class: Aws::Types::KeyValuePair
- Inherits:
-
Object
- Object
- Aws::Types::KeyValuePair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def value @value end |