Module: Aws::B2bi::Client::_GetTransformerJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTransformerJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#message ⇒ ::String
366 |
# File 'sig/client.rbs', line 366
def message: () -> ::String
|
#output_files ⇒ ::Array[Types::S3Location]
365 |
# File 'sig/client.rbs', line 365
def output_files: () -> ::Array[Types::S3Location]
|
#status ⇒ "running", ...
364 |
# File 'sig/client.rbs', line 364
def status: () -> ("running" | "succeeded" | "failed")
|