Class: Aws::Types::PrimaryValue
- Inherits:
-
Object
- Object
- Aws::Types::PrimaryValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
6401 6402 6403 |
# File 'sig/types.rbs', line 6401 def attribute_name @attribute_name end |
#value ⇒ ::String
Returns the value of attribute value.
6402 6403 6404 |
# File 'sig/types.rbs', line 6402 def value @value end |