Module: Aws::Support::Client::_GetAttachmentUploadLinksResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAttachmentUploadLinksResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_index ⇒ ::Integer
- #part_size_bytes ⇒ ::Integer
- #total_parts ⇒ ::Integer
- #upload_id ⇒ ::String
- #upload_urls ⇒ ::Array[Types::UploadUrl]
Instance Method Details
#next_index ⇒ ::Integer
321 |
# File 'sig/client.rbs', line 321
def next_index: () -> ::Integer
|
#part_size_bytes ⇒ ::Integer
319 |
# File 'sig/client.rbs', line 319
def part_size_bytes: () -> ::Integer
|
#total_parts ⇒ ::Integer
320 |
# File 'sig/client.rbs', line 320
def total_parts: () -> ::Integer
|
#upload_id ⇒ ::String
318 |
# File 'sig/client.rbs', line 318
def upload_id: () -> ::String
|
#upload_urls ⇒ ::Array[Types::UploadUrl]
322 |
# File 'sig/client.rbs', line 322
def upload_urls: () -> ::Array[Types::UploadUrl]
|