You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaStoreData::Types::PutObjectResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#content_sha256String

The SHA256 digest of the object that is persisted.

Returns:

  • (String)

    The SHA256 digest of the object that is persisted.

#etagString

Unique identifier of the object in the container.

Returns:

  • (String)

    Unique identifier of the object in the container.

#storage_classString

The storage class where the object was persisted. The class should be “Temporal”.

Possible values:

  • TEMPORAL

Returns:

  • (String)

    The storage class where the object was persisted.