Module: Aws::S3::Client::_PutObjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutObjectOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bucket_key_enabled ⇒ Boolean
- #checksum_crc32 ⇒ ::String
- #checksum_crc32c ⇒ ::String
- #checksum_crc64nvme ⇒ ::String
- #checksum_md5 ⇒ ::String
- #checksum_sha1 ⇒ ::String
- #checksum_sha256 ⇒ ::String
- #checksum_sha512 ⇒ ::String
- #checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
- #checksum_xxhash128 ⇒ ::String
- #checksum_xxhash3 ⇒ ::String
- #checksum_xxhash64 ⇒ ::String
- #etag ⇒ ::String
- #expiration ⇒ ::String
- #request_charged ⇒ "requester"
- #server_side_encryption ⇒ "AES256", ...
- #size ⇒ ::Integer
- #sse_customer_algorithm ⇒ ::String
- #sse_customer_key_md5 ⇒ ::String
- #ssekms_encryption_context ⇒ ::String
- #ssekms_key_id ⇒ ::String
- #version_id ⇒ ::String
Instance Method Details
#bucket_key_enabled ⇒ Boolean
2121 |
# File 'sig/client.rbs', line 2121
def bucket_key_enabled: () -> bool
|
#checksum_crc32 ⇒ ::String
2104 |
# File 'sig/client.rbs', line 2104
def checksum_crc32: () -> ::String
|
#checksum_crc32c ⇒ ::String
2105 |
# File 'sig/client.rbs', line 2105
def checksum_crc32c: () -> ::String
|
#checksum_crc64nvme ⇒ ::String
2106 |
# File 'sig/client.rbs', line 2106
def checksum_crc64nvme: () -> ::String
|
#checksum_md5 ⇒ ::String
2110 |
# File 'sig/client.rbs', line 2110
def checksum_md5: () -> ::String
|
#checksum_sha1 ⇒ ::String
2107 |
# File 'sig/client.rbs', line 2107
def checksum_sha1: () -> ::String
|
#checksum_sha256 ⇒ ::String
2108 |
# File 'sig/client.rbs', line 2108
def checksum_sha256: () -> ::String
|
#checksum_sha512 ⇒ ::String
2109 |
# File 'sig/client.rbs', line 2109
def checksum_sha512: () -> ::String
|
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
2114 |
# File 'sig/client.rbs', line 2114
def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
|
#checksum_xxhash128 ⇒ ::String
2113 |
# File 'sig/client.rbs', line 2113
def checksum_xxhash128: () -> ::String
|
#checksum_xxhash3 ⇒ ::String
2112 |
# File 'sig/client.rbs', line 2112
def checksum_xxhash3: () -> ::String
|
#checksum_xxhash64 ⇒ ::String
2111 |
# File 'sig/client.rbs', line 2111
def checksum_xxhash64: () -> ::String
|
#etag ⇒ ::String
2103 |
# File 'sig/client.rbs', line 2103
def etag: () -> ::String
|
#expiration ⇒ ::String
2102 |
# File 'sig/client.rbs', line 2102
def expiration: () -> ::String
|
#request_charged ⇒ "requester"
2123 |
# File 'sig/client.rbs', line 2123
def request_charged: () -> ("requester")
|
#server_side_encryption ⇒ "AES256", ...
2115 |
# File 'sig/client.rbs', line 2115
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:backup" | "aws:kms" | "aws:kms:dsse")
|
#size ⇒ ::Integer
2122 |
# File 'sig/client.rbs', line 2122
def size: () -> ::Integer
|
#sse_customer_algorithm ⇒ ::String
2117 |
# File 'sig/client.rbs', line 2117
def sse_customer_algorithm: () -> ::String
|
#sse_customer_key_md5 ⇒ ::String
2118 |
# File 'sig/client.rbs', line 2118
def sse_customer_key_md5: () -> ::String
|
#ssekms_encryption_context ⇒ ::String
2120 |
# File 'sig/client.rbs', line 2120
def ssekms_encryption_context: () -> ::String
|
#ssekms_key_id ⇒ ::String
2119 |
# File 'sig/client.rbs', line 2119
def ssekms_key_id: () -> ::String
|
#version_id ⇒ ::String
2116 |
# File 'sig/client.rbs', line 2116
def version_id: () -> ::String
|