Class: Aws::Types::S3ObjectMetadata
- Inherits:
-
Object
- Object
- Aws::Types::S3ObjectMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
-
#content_disposition ⇒ ::String
Returns the value of attribute content_disposition.
-
#content_encoding ⇒ ::String
Returns the value of attribute content_encoding.
-
#content_language ⇒ ::String
Returns the value of attribute content_language.
-
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
-
#content_md5 ⇒ ::String
Returns the value of attribute content_md5.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#http_expires_date ⇒ ::Time
Returns the value of attribute http_expires_date.
-
#requester_charged ⇒ Boolean
Returns the value of attribute requester_charged.
-
#sse_algorithm ⇒ "AES256", "KMS"
Returns the value of attribute sse_algorithm.
-
#user_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_metadata.
Instance Attribute Details
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
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.
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.
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.
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.
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.
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.
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.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def http_expires_date @http_expires_date end |
#requester_charged ⇒ Boolean
Returns the value of attribute requester_charged.
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.
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.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def @user_metadata end |