Class: Aws::Types::PrimaryValueResponse
- Inherits:
-
Object
- Object
- Aws::Types::PrimaryValueResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_id ⇒ ::String
Returns the value of attribute attribute_id.
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#attribute_id ⇒ ::String
Returns the value of attribute attribute_id.
6309 6310 6311 |
# File 'sig/types.rbs', line 6309 def attribute_id @attribute_id end |
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
6308 6309 6310 |
# File 'sig/types.rbs', line 6308 def attribute_name @attribute_name end |
#value ⇒ ::String
Returns the value of attribute value.
6310 6311 6312 |
# File 'sig/types.rbs', line 6310 def value @value end |