Module: Aws::Panorama::Client::_DescribePackageImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePackageImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #client_token ⇒ ::String
- #created_time ⇒ ::Time
- #input_config ⇒ Types::PackageImportJobInputConfig
- #job_id ⇒ ::String
- #job_tags ⇒ ::Array[Types::JobResourceTags]
- #job_type ⇒ "NODE_PACKAGE_VERSION", "MARKETPLACE_NODE_PACKAGE_VERSION"
- #last_updated_time ⇒ ::Time
- #output ⇒ Types::PackageImportJobOutput
- #output_config ⇒ Types::PackageImportJobOutputConfig
- #status ⇒ "PENDING", ...
- #status_message ⇒ ::String
Instance Method Details
#client_token ⇒ ::String
371 |
# File 'sig/client.rbs', line 371
def client_token: () -> ::String
|
#created_time ⇒ ::Time
372 |
# File 'sig/client.rbs', line 372
def created_time: () -> ::Time
|
#input_config ⇒ Types::PackageImportJobInputConfig
373 |
# File 'sig/client.rbs', line 373
def input_config: () -> Types::PackageImportJobInputConfig
|
#job_id ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def job_id: () -> ::String
|
#job_tags ⇒ ::Array[Types::JobResourceTags]
375 |
# File 'sig/client.rbs', line 375
def job_tags: () -> ::Array[Types::JobResourceTags]
|
#job_type ⇒ "NODE_PACKAGE_VERSION", "MARKETPLACE_NODE_PACKAGE_VERSION"
376 |
# File 'sig/client.rbs', line 376
def job_type: () -> ("NODE_PACKAGE_VERSION" | "MARKETPLACE_NODE_PACKAGE_VERSION")
|
#last_updated_time ⇒ ::Time
377 |
# File 'sig/client.rbs', line 377
def last_updated_time: () -> ::Time
|
#output ⇒ Types::PackageImportJobOutput
378 |
# File 'sig/client.rbs', line 378
def output: () -> Types::PackageImportJobOutput
|
#output_config ⇒ Types::PackageImportJobOutputConfig
379 |
# File 'sig/client.rbs', line 379
def output_config: () -> Types::PackageImportJobOutputConfig
|
#status ⇒ "PENDING", ...
380 |
# File 'sig/client.rbs', line 380
def status: () -> ("PENDING" | "SUCCEEDED" | "FAILED")
|
#status_message ⇒ ::String
381 |
# File 'sig/client.rbs', line 381
def status_message: () -> ::String
|