Class: Aws::Types::S3ObjectMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_control::String

Returns the value of attribute cache_control.

Returns:

  • (::String)


1821
1822
1823
# File 'sig/types.rbs', line 1821

def cache_control
  @cache_control
end

#content_disposition::String

Returns the value of attribute content_disposition.

Returns:

  • (::String)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def content_disposition
  @content_disposition
end

#content_encoding::String

Returns the value of attribute content_encoding.

Returns:

  • (::String)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def content_encoding
  @content_encoding
end

#content_language::String

Returns the value of attribute content_language.

Returns:

  • (::String)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def content_language
  @content_language
end

#content_length::Integer

Returns the value of attribute content_length.

Returns:

  • (::Integer)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def content_length
  @content_length
end

#content_md5::String

Returns the value of attribute content_md5.

Returns:

  • (::String)


1827
1828
1829
# File 'sig/types.rbs', line 1827

def content_md5
  @content_md5
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1828
1829
1830
# File 'sig/types.rbs', line 1828

def content_type
  @content_type
end

#http_expires_date::Time

Returns the value of attribute http_expires_date.

Returns:

  • (::Time)


1829
1830
1831
# File 'sig/types.rbs', line 1829

def http_expires_date
  @http_expires_date
end

#requester_chargedBoolean

Returns the value of attribute requester_charged.

Returns:

  • (Boolean)


1830
1831
1832
# File 'sig/types.rbs', line 1830

def requester_charged
  @requester_charged
end

#sse_algorithm"AES256", "KMS"

Returns the value of attribute sse_algorithm.

Returns:

  • ("AES256", "KMS")


1831
1832
1833
# File 'sig/types.rbs', line 1831

def sse_algorithm
  @sse_algorithm
end

#user_metadata::Hash[::String, ::String]

Returns the value of attribute user_metadata.

Returns:

  • (::Hash[::String, ::String])


1825
1826
1827
# File 'sig/types.rbs', line 1825

def 
  @user_metadata
end