Module: Aws::S3::Client::_ListPartsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListPartsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #abort_date ⇒ ::Time
- #abort_rule_id ⇒ ::String
- #bucket ⇒ ::String
- #checksum_algorithm ⇒ "CRC32", ...
- #checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
- #initiator ⇒ Types::Initiator
- #is_truncated ⇒ Boolean
- #key ⇒ ::String
- #max_parts ⇒ ::Integer
- #next_part_number_marker ⇒ ::Integer
- #owner ⇒ Types::Owner
- #part_number_marker ⇒ ::Integer
- #parts ⇒ ::Array[Types::Part]
- #request_charged ⇒ "requester"
- #storage_class ⇒ "STANDARD", ...
- #upload_id ⇒ ::String
Instance Method Details
#abort_date ⇒ ::Time
1459 |
# File 'sig/client.rbs', line 1459
def abort_date: () -> ::Time
|
#abort_rule_id ⇒ ::String
1460 |
# File 'sig/client.rbs', line 1460
def abort_rule_id: () -> ::String
|
#bucket ⇒ ::String
1461 |
# File 'sig/client.rbs', line 1461
def bucket: () -> ::String
|
#checksum_algorithm ⇒ "CRC32", ...
1473 |
# File 'sig/client.rbs', line 1473
def checksum_algorithm: () -> ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")
|
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
1474 |
# File 'sig/client.rbs', line 1474
def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
|
#initiator ⇒ Types::Initiator
1469 |
# File 'sig/client.rbs', line 1469
def initiator: () -> Types::Initiator
|
#is_truncated ⇒ Boolean
1467 |
# File 'sig/client.rbs', line 1467
def is_truncated: () -> bool
|
#key ⇒ ::String
1462 |
# File 'sig/client.rbs', line 1462
def key: () -> ::String
|
#max_parts ⇒ ::Integer
1466 |
# File 'sig/client.rbs', line 1466
def max_parts: () -> ::Integer
|
#next_part_number_marker ⇒ ::Integer
1465 |
# File 'sig/client.rbs', line 1465
def next_part_number_marker: () -> ::Integer
|
#part_number_marker ⇒ ::Integer
1464 |
# File 'sig/client.rbs', line 1464
def part_number_marker: () -> ::Integer
|
#parts ⇒ ::Array[Types::Part]
1468 |
# File 'sig/client.rbs', line 1468
def parts: () -> ::Array[Types::Part]
|
#request_charged ⇒ "requester"
1472 |
# File 'sig/client.rbs', line 1472
def request_charged: () -> ("requester")
|
#storage_class ⇒ "STANDARD", ...
1471 |
# File 'sig/client.rbs', line 1471
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP" | "AWS_BACKUP_WARM" | "AWS_BACKUP_LOW_COST_WARM")
|
#upload_id ⇒ ::String
1463 |
# File 'sig/client.rbs', line 1463
def upload_id: () -> ::String
|