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.
6155 6156 6157 |
# File 'sig/types.rbs', line 6155 def attribute_id @attribute_id end |
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
6154 6155 6156 |
# File 'sig/types.rbs', line 6154 def attribute_name @attribute_name end |
#value ⇒ ::String
Returns the value of attribute value.
6156 6157 6158 |
# File 'sig/types.rbs', line 6156 def value @value end |