Class: Aws::Types::OtherName
- Inherits:
-
Object
- Object
- Aws::Types::OtherName
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type_id ⇒ ::String
Returns the value of attribute type_id.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type_id ⇒ ::String
Returns the value of attribute type_id.
414 415 416 |
# File 'sig/types.rbs', line 414 def type_id @type_id end |
#value ⇒ ::String
Returns the value of attribute value.
415 416 417 |
# File 'sig/types.rbs', line 415 def value @value end |