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
1030 |
# File 'sig/client.rbs', line 1030 def checksum: () -> Types::Checksum |
#delete_marker ⇒ Boolean
1025 |
# File 'sig/client.rbs', line 1025 def delete_marker: () -> bool |
#etag ⇒ ::String
1029 |
# File 'sig/client.rbs', line 1029 def etag: () -> ::String |
#last_modified ⇒ ::Time
1026 |
# File 'sig/client.rbs', line 1026 def last_modified: () -> ::Time |
#object_parts ⇒ Types::GetObjectAttributesParts
1031 |
# File 'sig/client.rbs', line 1031 def object_parts: () -> Types::GetObjectAttributesParts |
#object_size ⇒ ::Integer
1033 |
# File 'sig/client.rbs', line 1033 def object_size: () -> ::Integer |
#request_charged ⇒ "requester"
1028 |
# File 'sig/client.rbs', line 1028 def request_charged: () -> ("requester") |
#storage_class ⇒ "STANDARD", ...
1032 |
# File 'sig/client.rbs', line 1032 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") |
#version_id ⇒ ::String
1027 |
# File 'sig/client.rbs', line 1027 def version_id: () -> ::String |