Class: Aws::Types::PutAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAttributesRequest
- 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.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def attributes @attributes end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def cluster @cluster end |