Module: Aws::MediaStoreData::Client::_DescribeObjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeObjectResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cache_control ⇒ ::String
- #content_length ⇒ ::Integer
- #content_type ⇒ ::String
- #etag ⇒ ::String
- #last_modified ⇒ ::Time
Instance Method Details
#cache_control ⇒ ::String
95 |
# File 'sig/client.rbs', line 95
def cache_control: () -> ::String
|
#content_length ⇒ ::Integer
94 |
# File 'sig/client.rbs', line 94
def content_length: () -> ::Integer
|
#content_type ⇒ ::String
93 |
# File 'sig/client.rbs', line 93
def content_type: () -> ::String
|
#etag ⇒ ::String
92 |
# File 'sig/client.rbs', line 92
def etag: () -> ::String
|
#last_modified ⇒ ::Time
96 |
# File 'sig/client.rbs', line 96
def last_modified: () -> ::Time
|