Class: Aws::Types::DeleteAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
Instance Attribute Details
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
742 743 744 |
# File 'sig/types.rbs', line 742 def attributes @attributes end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
741 742 743 |
# File 'sig/types.rbs', line 741 def cluster @cluster end |