Class: Aws::Types::DeletableItem
- Inherits:
-
Object
- Object
- Aws::Types::DeletableItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
43 44 45 |
# File 'sig/types.rbs', line 43 def attributes @attributes end |
#name ⇒ ::String
Returns the value of attribute name.
42 43 44 |
# File 'sig/types.rbs', line 42 def name @name end |