Class: Aws::Types::DescribeAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
175 176 177 |
# File 'sig/types.rbs', line 175 def @attachment_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
176 177 178 |
# File 'sig/types.rbs', line 176 def dry_run @dry_run end |