Class: Aws::Types::ObjectIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::ObjectIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def etag @etag end |
#key ⇒ ::String
Returns the value of attribute key.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def key @key end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def last_modified_time @last_modified_time end |
#size ⇒ ::Integer
Returns the value of attribute size.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def size @size end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def version_id @version_id end |