Class: Aws::Types::GetObjectAttributesOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectAttributesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checksum ⇒ Types::Checksum
Returns the value of attribute checksum.
-
#delete_marker ⇒ Boolean
Returns the value of attribute delete_marker.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#object_parts ⇒ Types::GetObjectAttributesParts
Returns the value of attribute object_parts.
-
#object_size ⇒ ::Integer
Returns the value of attribute object_size.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
-
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#checksum ⇒ Types::Checksum
Returns the value of attribute checksum.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def checksum @checksum end |
#delete_marker ⇒ Boolean
Returns the value of attribute delete_marker.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def delete_marker @delete_marker end |
#etag ⇒ ::String
Returns the value of attribute etag.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def etag @etag end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def last_modified @last_modified end |
#object_parts ⇒ Types::GetObjectAttributesParts
Returns the value of attribute object_parts.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def object_parts @object_parts end |
#object_size ⇒ ::Integer
Returns the value of attribute object_size.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def object_size @object_size end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def request_charged @request_charged end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def storage_class @storage_class end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def version_id @version_id end |