Class: Aws::MediaStoreData::Types::PutObjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStoreData::Types::PutObjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastoredata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_sha256 ⇒ String
The SHA256 digest of the object that is persisted.
-
#etag ⇒ String
Unique identifier of the object in the container.
-
#storage_class ⇒ String
The storage class where the object was persisted.
Instance Attribute Details
#content_sha256 ⇒ String
The SHA256 digest of the object that is persisted.
439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-mediastoredata/types.rb', line 439 class PutObjectResponse < Struct.new( :content_sha256, :etag, :storage_class) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
Unique identifier of the object in the container.
439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-mediastoredata/types.rb', line 439 class PutObjectResponse < Struct.new( :content_sha256, :etag, :storage_class) SENSITIVE = [] include Aws::Structure end |
#storage_class ⇒ String
The storage class where the object was persisted. The class should be “Temporal”.
439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-mediastoredata/types.rb', line 439 class PutObjectResponse < Struct.new( :content_sha256, :etag, :storage_class) SENSITIVE = [] include Aws::Structure end |