Module: Aws::Glacier::Client::_GetJobOutputResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetJobOutputOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #accept_ranges ⇒ ::String
- #archive_description ⇒ ::String
- #body ⇒ ::IO
- #checksum ⇒ ::String
- #content_range ⇒ ::String
- #content_type ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#accept_ranges ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def accept_ranges: () -> ::String
|
#archive_description ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def archive_description: () -> ::String
|
#body ⇒ ::IO
228 |
# File 'sig/client.rbs', line 228
def body: () -> ::IO
|
#checksum ⇒ ::String
229 |
# File 'sig/client.rbs', line 229
def checksum: () -> ::String
|
#content_range ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def content_range: () -> ::String
|
#content_type ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def content_type: () -> ::String
|
#status ⇒ ::Integer
230 |
# File 'sig/client.rbs', line 230
def status: () -> ::Integer
|