Module: Aws::DataExchange::Client::_GetJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #asset_configuration ⇒ Types::AssetConfiguration
- #created_at ⇒ ::Time
- #details ⇒ Types::ResponseDetails
- #errors ⇒ ::Array[Types::JobError]
- #id ⇒ ::String
- #state ⇒ "WAITING", ...
- #type ⇒ "IMPORT_ASSETS_FROM_S3", ...
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
460 |
# File 'sig/client.rbs', line 460
def arn: () -> ::String
|
#asset_configuration ⇒ Types::AssetConfiguration
461 |
# File 'sig/client.rbs', line 461
def asset_configuration: () -> Types::AssetConfiguration
|
#created_at ⇒ ::Time
462 |
# File 'sig/client.rbs', line 462
def created_at: () -> ::Time
|
#details ⇒ Types::ResponseDetails
463 |
# File 'sig/client.rbs', line 463
def details: () -> Types::ResponseDetails
|
#errors ⇒ ::Array[Types::JobError]
464 |
# File 'sig/client.rbs', line 464
def errors: () -> ::Array[Types::JobError]
|
#id ⇒ ::String
465 |
# File 'sig/client.rbs', line 465
def id: () -> ::String
|
#state ⇒ "WAITING", ...
466 |
# File 'sig/client.rbs', line 466
def state: () -> ("WAITING" | "IN_PROGRESS" | "ERROR" | "COMPLETED" | "CANCELLED" | "TIMED_OUT")
|
#type ⇒ "IMPORT_ASSETS_FROM_S3", ...
467 |
# File 'sig/client.rbs', line 467
def type: () -> ("IMPORT_ASSETS_FROM_S3" | "IMPORT_ASSET_FROM_SIGNED_URL" | "EXPORT_ASSETS_TO_S3" | "EXPORT_ASSET_TO_SIGNED_URL" | "EXPORT_REVISIONS_TO_S3" | "IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES" | "IMPORT_ASSET_FROM_API_GATEWAY_API" | "CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET" | "IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY")
|
#updated_at ⇒ ::Time
468 |
# File 'sig/client.rbs', line 468
def updated_at: () -> ::Time
|