Class: Aws::Types::GetAttachmentUploadLinksRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAttachmentUploadLinksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#file_name ⇒ ::String
Returns the value of attribute file_name.
-
#file_size_bytes ⇒ ::Integer
Returns the value of attribute file_size_bytes.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
-
#upload_range ⇒ Types::UploadRange
Returns the value of attribute upload_range.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
354 355 356 |
# File 'sig/types.rbs', line 354 def dry_run @dry_run end |
#file_name ⇒ ::String
Returns the value of attribute file_name.
350 351 352 |
# File 'sig/types.rbs', line 350 def file_name @file_name end |
#file_size_bytes ⇒ ::Integer
Returns the value of attribute file_size_bytes.
351 352 353 |
# File 'sig/types.rbs', line 351 def file_size_bytes @file_size_bytes end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
352 353 354 |
# File 'sig/types.rbs', line 352 def upload_id @upload_id end |
#upload_range ⇒ Types::UploadRange
Returns the value of attribute upload_range.
353 354 355 |
# File 'sig/types.rbs', line 353 def upload_range @upload_range end |