Class: Aws::Types::SubmitAttachmentStateChangesRequest
- Inherits:
-
Object
- Object
- Aws::Types::SubmitAttachmentStateChangesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Array[Types::AttachmentStateChange]
Returns the value of attribute attachments.
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
Instance Attribute Details
#attachments ⇒ ::Array[Types::AttachmentStateChange]
Returns the value of attribute attachments.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def @attachments end |
#cluster ⇒ ::String
Returns the value of attribute cluster.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def cluster @cluster end |