Class: Aws::Types::PutObjectResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_sha256::String

Returns the value of attribute content_sha256.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def content_sha256
  @content_sha256
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def etag
  @etag
end

#storage_class"TEMPORAL"

Returns the value of attribute storage_class.

Returns:

  • ("TEMPORAL")


102
103
104
# File 'sig/types.rbs', line 102

def storage_class
  @storage_class
end