Class: Aws::Types::GetAttachmentUploadLinksResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAttachmentUploadLinksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_index ⇒ ::Integer
Returns the value of attribute next_index.
-
#part_size_bytes ⇒ ::Integer
Returns the value of attribute part_size_bytes.
-
#total_parts ⇒ ::Integer
Returns the value of attribute total_parts.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
-
#upload_urls ⇒ ::Array[Types::UploadUrl]
Returns the value of attribute upload_urls.
Instance Attribute Details
#next_index ⇒ ::Integer
Returns the value of attribute next_index.
362 363 364 |
# File 'sig/types.rbs', line 362 def next_index @next_index end |
#part_size_bytes ⇒ ::Integer
Returns the value of attribute part_size_bytes.
360 361 362 |
# File 'sig/types.rbs', line 360 def part_size_bytes @part_size_bytes end |
#total_parts ⇒ ::Integer
Returns the value of attribute total_parts.
361 362 363 |
# File 'sig/types.rbs', line 361 def total_parts @total_parts end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
359 360 361 |
# File 'sig/types.rbs', line 359 def upload_id @upload_id end |
#upload_urls ⇒ ::Array[Types::UploadUrl]
Returns the value of attribute upload_urls.
363 364 365 |
# File 'sig/types.rbs', line 363 def upload_urls @upload_urls end |