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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_sha256String

The SHA256 digest of the object that is persisted.

Returns:

  • (String)


439
440
441
442
443
444
445
# File 'gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb', line 439

class PutObjectResponse < Struct.new(
  :content_sha256,
  :etag,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

Unique identifier of the object in the container.

Returns:

  • (String)


439
440
441
442
443
444
445
# File 'gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb', line 439

class PutObjectResponse < Struct.new(
  :content_sha256,
  :etag,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#storage_classString

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

Returns:

  • (String)


439
440
441
442
443
444
445
# File 'gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb', line 439

class PutObjectResponse < Struct.new(
  :content_sha256,
  :etag,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end