Module: Aws::IoTSiteWise::Client::_DescribeBulkImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBulkImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #adaptive_ingestion ⇒ Boolean
- #delete_files_after_import ⇒ Boolean
- #error_report_location ⇒ Types::ErrorReportLocation
- #files ⇒ ::Array[Types::File]
- #job_configuration ⇒ Types::JobConfiguration
- #job_creation_date ⇒ ::Time
- #job_id ⇒ ::String
- #job_last_update_date ⇒ ::Time
- #job_name ⇒ ::String
- #job_role_arn ⇒ ::String
- #job_status ⇒ "PENDING", ...
Instance Method Details
#adaptive_ingestion ⇒ Boolean
797 |
# File 'sig/client.rbs', line 797
def adaptive_ingestion: () -> bool
|
#delete_files_after_import ⇒ Boolean
798 |
# File 'sig/client.rbs', line 798
def delete_files_after_import: () -> bool
|
#error_report_location ⇒ Types::ErrorReportLocation
793 |
# File 'sig/client.rbs', line 793
def error_report_location: () -> Types::ErrorReportLocation
|
#files ⇒ ::Array[Types::File]
792 |
# File 'sig/client.rbs', line 792
def files: () -> ::Array[Types::File]
|
#job_configuration ⇒ Types::JobConfiguration
794 |
# File 'sig/client.rbs', line 794
def job_configuration: () -> Types::JobConfiguration
|
#job_creation_date ⇒ ::Time
795 |
# File 'sig/client.rbs', line 795
def job_creation_date: () -> ::Time
|
#job_id ⇒ ::String
788 |
# File 'sig/client.rbs', line 788
def job_id: () -> ::String
|
#job_last_update_date ⇒ ::Time
796 |
# File 'sig/client.rbs', line 796
def job_last_update_date: () -> ::Time
|
#job_name ⇒ ::String
789 |
# File 'sig/client.rbs', line 789
def job_name: () -> ::String
|
#job_role_arn ⇒ ::String
791 |
# File 'sig/client.rbs', line 791
def job_role_arn: () -> ::String
|
#job_status ⇒ "PENDING", ...
790 |
# File 'sig/client.rbs', line 790
def job_status: () -> ("PENDING" | "CANCELLED" | "RUNNING" | "COMPLETED" | "FAILED" | "COMPLETED_WITH_FAILURES")
|