Class: Aws::Types::GetObjectAnnotationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectAnnotationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_payload ⇒ ::IO
Returns the value of attribute annotation_payload.
-
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
-
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
-
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
-
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
-
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
-
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
-
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
-
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
-
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
-
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
-
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
-
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#object_version_id ⇒ ::String
Returns the value of attribute object_version_id.
-
#replication_status ⇒ "COMPLETE", ...
Returns the value of attribute replication_status.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
-
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
Instance Attribute Details
#annotation_payload ⇒ ::IO
Returns the value of attribute annotation_payload.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def annotation_payload @annotation_payload end |
#checksum_crc32 ⇒ ::String
Returns the value of attribute checksum_crc32.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def checksum_crc32 @checksum_crc32 end |
#checksum_crc32c ⇒ ::String
Returns the value of attribute checksum_crc32c.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def checksum_crc32c @checksum_crc32c end |
#checksum_crc64nvme ⇒ ::String
Returns the value of attribute checksum_crc64nvme.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def checksum_crc64nvme @checksum_crc64nvme end |
#checksum_md5 ⇒ ::String
Returns the value of attribute checksum_md5.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def checksum_md5 @checksum_md5 end |
#checksum_sha1 ⇒ ::String
Returns the value of attribute checksum_sha1.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def checksum_sha1 @checksum_sha1 end |
#checksum_sha256 ⇒ ::String
Returns the value of attribute checksum_sha256.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def checksum_sha256 @checksum_sha256 end |
#checksum_sha512 ⇒ ::String
Returns the value of attribute checksum_sha512.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def checksum_sha512 @checksum_sha512 end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def checksum_type @checksum_type end |
#checksum_xxhash128 ⇒ ::String
Returns the value of attribute checksum_xxhash128.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def checksum_xxhash128 @checksum_xxhash128 end |
#checksum_xxhash3 ⇒ ::String
Returns the value of attribute checksum_xxhash3.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def checksum_xxhash3 @checksum_xxhash3 end |
#checksum_xxhash64 ⇒ ::String
Returns the value of attribute checksum_xxhash64.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def checksum_xxhash64 @checksum_xxhash64 end |
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def content_length @content_length end |
#etag ⇒ ::String
Returns the value of attribute etag.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def etag @etag end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def last_modified @last_modified end |
#object_version_id ⇒ ::String
Returns the value of attribute object_version_id.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def object_version_id @object_version_id end |
#replication_status ⇒ "COMPLETE", ...
Returns the value of attribute replication_status.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def replication_status @replication_status end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def request_charged @request_charged end |
#server_side_encryption ⇒ "AES256", ...
Returns the value of attribute server_side_encryption.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def server_side_encryption @server_side_encryption end |