Class: Aws::Types::GetAttachmentDownloadLinkResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAttachmentDownloadLinkResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#download_url ⇒ Types::DownloadUrl
Returns the value of attribute download_url.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
Instance Attribute Details
#download_url ⇒ Types::DownloadUrl
Returns the value of attribute download_url.
345 346 347 |
# File 'sig/types.rbs', line 345 def download_url @download_url end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
344 345 346 |
# File 'sig/types.rbs', line 344 def file_name @file_name end |