Class: Aws::Types::AttributeType
- Inherits:
-
Object
- Object
- Aws::Types::AttributeType
- 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.
439 440 441 |
# File 'sig/types.rbs', line 439 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
440 441 442 |
# File 'sig/types.rbs', line 440 def value @value end |