Class: Aws::Types::AnnotationEntry
- Inherits:
-
Object
- Object
- Aws::Types::AnnotationEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_name ⇒ ::String
Returns the value of attribute annotation_name.
-
#checksum_algorithm ⇒ ::Array[("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")]
Returns the value of attribute checksum_algorithm.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#replication_status ⇒ "COMPLETE", ...
Returns the value of attribute replication_status.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#annotation_name ⇒ ::String
Returns the value of attribute annotation_name.
89 90 91 |
# File 'sig/types.rbs', line 89 def annotation_name @annotation_name end |
#checksum_algorithm ⇒ ::Array[("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")]
Returns the value of attribute checksum_algorithm.
92 93 94 |
# File 'sig/types.rbs', line 92 def checksum_algorithm @checksum_algorithm end |
#etag ⇒ ::String
Returns the value of attribute etag.
91 92 93 |
# File 'sig/types.rbs', line 91 def etag @etag end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
90 91 92 |
# File 'sig/types.rbs', line 90 def last_modified @last_modified end |
#replication_status ⇒ "COMPLETE", ...
Returns the value of attribute replication_status.
94 95 96 |
# File 'sig/types.rbs', line 94 def replication_status @replication_status end |
#size ⇒ ::Integer
Returns the value of attribute size.
93 94 95 |
# File 'sig/types.rbs', line 93 def size @size end |