Class: Aws::Types::PutObjectResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutObjectResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_sha256 ⇒ ::String
Returns the value of attribute content_sha256.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#storage_class ⇒ "TEMPORAL"
Returns the value of attribute storage_class.
Instance Attribute Details
#content_sha256 ⇒ ::String
Returns the value of attribute content_sha256.
100 101 102 |
# File 'sig/types.rbs', line 100 def content_sha256 @content_sha256 end |
#etag ⇒ ::String
Returns the value of attribute etag.
101 102 103 |
# File 'sig/types.rbs', line 101 def etag @etag end |
#storage_class ⇒ "TEMPORAL"
Returns the value of attribute storage_class.
102 103 104 |
# File 'sig/types.rbs', line 102 def storage_class @storage_class end |