Module: Aws::IoTSiteWise::Client::_DescribeBulkImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBulkImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #adaptive_ingestion ⇒ Boolean
- #dataset_id ⇒ ::String
- #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", ...
- #workspace_name ⇒ ::String
Instance Method Details
#adaptive_ingestion ⇒ Boolean
1139 |
# File 'sig/client.rbs', line 1139
def adaptive_ingestion: () -> bool
|
#dataset_id ⇒ ::String
1141 |
# File 'sig/client.rbs', line 1141
def dataset_id: () -> ::String
|
#delete_files_after_import ⇒ Boolean
1140 |
# File 'sig/client.rbs', line 1140
def delete_files_after_import: () -> bool
|
#error_report_location ⇒ Types::ErrorReportLocation
1135 |
# File 'sig/client.rbs', line 1135
def error_report_location: () -> Types::ErrorReportLocation
|
#files ⇒ ::Array[Types::File]
1134 |
# File 'sig/client.rbs', line 1134
def files: () -> ::Array[Types::File]
|
#job_configuration ⇒ Types::JobConfiguration
1136 |
# File 'sig/client.rbs', line 1136
def job_configuration: () -> Types::JobConfiguration
|
#job_creation_date ⇒ ::Time
1137 |
# File 'sig/client.rbs', line 1137
def job_creation_date: () -> ::Time
|
#job_id ⇒ ::String
1130 |
# File 'sig/client.rbs', line 1130
def job_id: () -> ::String
|
#job_last_update_date ⇒ ::Time
1138 |
# File 'sig/client.rbs', line 1138
def job_last_update_date: () -> ::Time
|
#job_name ⇒ ::String
1131 |
# File 'sig/client.rbs', line 1131
def job_name: () -> ::String
|
#job_role_arn ⇒ ::String
1133 |
# File 'sig/client.rbs', line 1133
def job_role_arn: () -> ::String
|
#job_status ⇒ "PENDING", ...
1132 |
# File 'sig/client.rbs', line 1132
def job_status: () -> ("PENDING" | "CANCELLED" | "RUNNING" | "COMPLETED" | "FAILED" | "COMPLETED_WITH_FAILURES")
|
#workspace_name ⇒ ::String
1142 |
# File 'sig/client.rbs', line 1142
def workspace_name: () -> ::String
|