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.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def etag @etag end |
#key ⇒ ::String
Returns the value of attribute key.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def key @key end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def last_modified_time @last_modified_time end |
#size ⇒ ::Integer
Returns the value of attribute size.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def size @size end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def version_id @version_id end |