Class: Aws::Types::AddAttachmentsToSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddAttachmentsToSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_set_id ⇒ ::String
Returns the value of attribute attachment_set_id.
-
#attachments ⇒ ::Array[Types::Attachment]
Returns the value of attribute attachments.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#attachment_set_id ⇒ ::String
Returns the value of attribute attachment_set_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def @attachment_set_id end |
#attachments ⇒ ::Array[Types::Attachment]
Returns the value of attribute attachments.
13 14 15 |
# File 'sig/types.rbs', line 13 def @attachments end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14 15 16 |
# File 'sig/types.rbs', line 14 def dry_run @dry_run end |