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
1447 |
# File 'sig/client.rbs', line 1447
def abort_date: () -> ::Time
|
#abort_rule_id ⇒ ::String
1448 |
# File 'sig/client.rbs', line 1448
def abort_rule_id: () -> ::String
|
#bucket ⇒ ::String
1449 |
# File 'sig/client.rbs', line 1449
def bucket: () -> ::String
|
#checksum_algorithm ⇒ "CRC32", ...
1461 |
# File 'sig/client.rbs', line 1461
def checksum_algorithm: () -> ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")
|
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
1462 |
# File 'sig/client.rbs', line 1462
def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
|
#initiator ⇒ Types::Initiator
1457 |
# File 'sig/client.rbs', line 1457
def initiator: () -> Types::Initiator
|
#is_truncated ⇒ Boolean
1455 |
# File 'sig/client.rbs', line 1455
def is_truncated: () -> bool
|
#key ⇒ ::String
1450 |
# File 'sig/client.rbs', line 1450
def key: () -> ::String
|
#max_parts ⇒ ::Integer
1454 |
# File 'sig/client.rbs', line 1454
def max_parts: () -> ::Integer
|
#next_part_number_marker ⇒ ::Integer
1453 |
# File 'sig/client.rbs', line 1453
def next_part_number_marker: () -> ::Integer
|
#part_number_marker ⇒ ::Integer
1452 |
# File 'sig/client.rbs', line 1452
def part_number_marker: () -> ::Integer
|
#parts ⇒ ::Array[Types::Part]
1456 |
# File 'sig/client.rbs', line 1456
def parts: () -> ::Array[Types::Part]
|
#request_charged ⇒ "requester"
1460 |
# File 'sig/client.rbs', line 1460
def request_charged: () -> ("requester")
|
#storage_class ⇒ "STANDARD", ...
1459 |
# File 'sig/client.rbs', line 1459
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")
|
#upload_id ⇒ ::String
1451 |
# File 'sig/client.rbs', line 1451
def upload_id: () -> ::String
|