Module: Aws::S3::Client::_GetObjectAttributesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetObjectAttributesOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #checksum ⇒ Types::Checksum
- #delete_marker ⇒ Boolean
- #etag ⇒ ::String
- #last_modified ⇒ ::Time
- #object_parts ⇒ Types::GetObjectAttributesParts
- #object_size ⇒ ::Integer
- #request_charged ⇒ "requester"
- #storage_class ⇒ "STANDARD", ...
- #version_id ⇒ ::String
Instance Method Details
#checksum ⇒ Types::Checksum
1021 |
# File 'sig/client.rbs', line 1021
def checksum: () -> Types::Checksum
|
#delete_marker ⇒ Boolean
1016 |
# File 'sig/client.rbs', line 1016
def delete_marker: () -> bool
|
#etag ⇒ ::String
1020 |
# File 'sig/client.rbs', line 1020
def etag: () -> ::String
|
#last_modified ⇒ ::Time
1017 |
# File 'sig/client.rbs', line 1017
def last_modified: () -> ::Time
|
#object_parts ⇒ Types::GetObjectAttributesParts
1022 |
# File 'sig/client.rbs', line 1022
def object_parts: () -> Types::GetObjectAttributesParts
|
#object_size ⇒ ::Integer
1024 |
# File 'sig/client.rbs', line 1024
def object_size: () -> ::Integer
|
#request_charged ⇒ "requester"
1019 |
# File 'sig/client.rbs', line 1019
def request_charged: () -> ("requester")
|
#storage_class ⇒ "STANDARD", ...
1023 |
# File 'sig/client.rbs', line 1023
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")
|
#version_id ⇒ ::String
1018 |
# File 'sig/client.rbs', line 1018
def version_id: () -> ::String
|