Module: Aws::MediaStoreData::Client::_GetObjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetObjectResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #body ⇒ ::IO
- #cache_control ⇒ ::String
- #content_length ⇒ ::Integer
- #content_range ⇒ ::String
- #content_type ⇒ ::String
- #etag ⇒ ::String
- #last_modified ⇒ ::Time
- #status_code ⇒ ::Integer
Instance Method Details
#body ⇒ ::IO
106 |
# File 'sig/client.rbs', line 106
def body: () -> ::IO
|
#cache_control ⇒ ::String
107 |
# File 'sig/client.rbs', line 107
def cache_control: () -> ::String
|
#content_length ⇒ ::Integer
109 |
# File 'sig/client.rbs', line 109
def content_length: () -> ::Integer
|
#content_range ⇒ ::String
108 |
# File 'sig/client.rbs', line 108
def content_range: () -> ::String
|
#content_type ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def content_type: () -> ::String
|
#etag ⇒ ::String
111 |
# File 'sig/client.rbs', line 111
def etag: () -> ::String
|
#last_modified ⇒ ::Time
112 |
# File 'sig/client.rbs', line 112
def last_modified: () -> ::Time
|
#status_code ⇒ ::Integer
113 |
# File 'sig/client.rbs', line 113
def status_code: () -> ::Integer
|