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.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def checksum @checksum end |
#delete_marker ⇒ Boolean
Returns the value of attribute delete_marker.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def delete_marker @delete_marker end |
#etag ⇒ ::String
Returns the value of attribute etag.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def etag @etag end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def last_modified @last_modified end |
#object_parts ⇒ Types::GetObjectAttributesParts
Returns the value of attribute object_parts.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def object_parts @object_parts end |
#object_size ⇒ ::Integer
Returns the value of attribute object_size.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def object_size @object_size end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def request_charged @request_charged end |
#storage_class ⇒ "STANDARD", ...
Returns the value of attribute storage_class.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def storage_class @storage_class end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def version_id @version_id end |