Module: Aws::Glacier::Client::_ListPartsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListPartsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #archive_description ⇒ ::String
- #creation_date ⇒ ::Time
- #marker ⇒ ::String
- #multipart_upload_id ⇒ ::String
- #part_size_in_bytes ⇒ ::Integer
- #parts ⇒ ::Array[Types::PartListElement]
- #vault_arn ⇒ ::String
Instance Method Details
#archive_description ⇒ ::String
421 |
# File 'sig/client.rbs', line 421
def archive_description: () -> ::String
|
#creation_date ⇒ ::Time
423 |
# File 'sig/client.rbs', line 423
def creation_date: () -> ::Time
|
#marker ⇒ ::String
425 |
# File 'sig/client.rbs', line 425
def marker: () -> ::String
|
#multipart_upload_id ⇒ ::String
419 |
# File 'sig/client.rbs', line 419
def multipart_upload_id: () -> ::String
|
#part_size_in_bytes ⇒ ::Integer
422 |
# File 'sig/client.rbs', line 422
def part_size_in_bytes: () -> ::Integer
|
#parts ⇒ ::Array[Types::PartListElement]
424 |
# File 'sig/client.rbs', line 424
def parts: () -> ::Array[Types::PartListElement]
|
#vault_arn ⇒ ::String
420 |
# File 'sig/client.rbs', line 420
def vault_arn: () -> ::String
|