Class: Aws::Types::ObjectVersion
- Inherits:
-
Object
- Object
- Aws::Types::ObjectVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum_algorithm ⇒ ::Array[("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")]
Returns the value of attribute checksum_algorithm.
-
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#is_latest ⇒ Boolean
Returns the value of attribute is_latest.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#owner ⇒ Types::Owner
Returns the value of attribute owner.
-
#restore_status ⇒ Types::RestoreStatus
Returns the value of attribute restore_status.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#storage_class ⇒ "STANDARD"
Returns the value of attribute storage_class.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#checksum_algorithm ⇒ ::Array[("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")]
Returns the value of attribute checksum_algorithm.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def checksum_algorithm @checksum_algorithm end |
#checksum_type ⇒ "COMPOSITE", "FULL_OBJECT"
Returns the value of attribute checksum_type.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def checksum_type @checksum_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def etag @etag end |
#is_latest ⇒ Boolean
Returns the value of attribute is_latest.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def is_latest @is_latest end |
#key ⇒ ::String
Returns the value of attribute key.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def key @key end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def last_modified @last_modified end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def owner @owner end |
#restore_status ⇒ Types::RestoreStatus
Returns the value of attribute restore_status.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def restore_status @restore_status end |
#size ⇒ ::Integer
Returns the value of attribute size.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def size @size end |
#storage_class ⇒ "STANDARD"
Returns the value of attribute storage_class.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def storage_class @storage_class end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def version_id @version_id end |