Class: Aws::Types::GetAttachmentDownloadLinkRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAttachmentDownloadLinkRequest
- 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.
338 339 340 |
# File 'sig/types.rbs', line 338 def @attachment_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
339 340 341 |
# File 'sig/types.rbs', line 339 def dry_run @dry_run end |