Class: Aws::MigrationHubStrategyRecommendations::Types::ImportFileTaskInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ImportFileTaskInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Information about the import file tasks you request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
The time that the import task completes.
-
#id ⇒ String
The ID of the import file task.
-
#import_name ⇒ String
The name of the import task given in ‘StartImportFileTask`.
-
#input_s3_bucket ⇒ String
The S3 bucket where the import file is located.
-
#input_s3_key ⇒ String
The Amazon S3 key name of the import file.
-
#number_of_records_failed ⇒ Integer
The number of records that failed to be imported.
-
#number_of_records_success ⇒ Integer
The number of records successfully imported.
-
#start_time ⇒ Time
Start time of the import task.
-
#status ⇒ String
Status of import file task.
-
#status_report_s3_bucket ⇒ String
The S3 bucket name for status report of import task.
-
#status_report_s3_key ⇒ String
The Amazon S3 key name for status report of import task.
Instance Attribute Details
#completion_time ⇒ Time
The time that the import task completes.
1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1258 class ImportFileTaskInformation < Struct.new( :completion_time, :id, :import_name, :input_s3_bucket, :input_s3_key, :number_of_records_failed, :number_of_records_success, :start_time, :status, :status_report_s3_bucket, :status_report_s3_key) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the import file task.
1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1258 class ImportFileTaskInformation < Struct.new( :completion_time, :id, :import_name, :input_s3_bucket, :input_s3_key, :number_of_records_failed, :number_of_records_success, :start_time, :status, :status_report_s3_bucket, :status_report_s3_key) SENSITIVE = [] include Aws::Structure end |
#import_name ⇒ String
The name of the import task given in ‘StartImportFileTask`.
1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1258 class ImportFileTaskInformation < Struct.new( :completion_time, :id, :import_name, :input_s3_bucket, :input_s3_key, :number_of_records_failed, :number_of_records_success, :start_time, :status, :status_report_s3_bucket, :status_report_s3_key) SENSITIVE = [] include Aws::Structure end |
#input_s3_bucket ⇒ String
The S3 bucket where the import file is located.
1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1258 class ImportFileTaskInformation < Struct.new( :completion_time, :id, :import_name, :input_s3_bucket, :input_s3_key, :number_of_records_failed, :number_of_records_success, :start_time, :status, :status_report_s3_bucket, :status_report_s3_key) SENSITIVE = [] include Aws::Structure end |
#input_s3_key ⇒ String
The Amazon S3 key name of the import file.
1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1258 class ImportFileTaskInformation < Struct.new( :completion_time, :id, :import_name, :input_s3_bucket, :input_s3_key, :number_of_records_failed, :number_of_records_success, :start_time, :status, :status_report_s3_bucket, :status_report_s3_key) SENSITIVE = [] include Aws::Structure end |
#number_of_records_failed ⇒ Integer
The number of records that failed to be imported.
1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1258 class ImportFileTaskInformation < Struct.new( :completion_time, :id, :import_name, :input_s3_bucket, :input_s3_key, :number_of_records_failed, :number_of_records_success, :start_time, :status, :status_report_s3_bucket, :status_report_s3_key) SENSITIVE = [] include Aws::Structure end |
#number_of_records_success ⇒ Integer
The number of records successfully imported.
1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1258 class ImportFileTaskInformation < Struct.new( :completion_time, :id, :import_name, :input_s3_bucket, :input_s3_key, :number_of_records_failed, :number_of_records_success, :start_time, :status, :status_report_s3_bucket, :status_report_s3_key) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
Start time of the import task.
1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1258 class ImportFileTaskInformation < Struct.new( :completion_time, :id, :import_name, :input_s3_bucket, :input_s3_key, :number_of_records_failed, :number_of_records_success, :start_time, :status, :status_report_s3_bucket, :status_report_s3_key) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of import file task.
1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1258 class ImportFileTaskInformation < Struct.new( :completion_time, :id, :import_name, :input_s3_bucket, :input_s3_key, :number_of_records_failed, :number_of_records_success, :start_time, :status, :status_report_s3_bucket, :status_report_s3_key) SENSITIVE = [] include Aws::Structure end |
#status_report_s3_bucket ⇒ String
The S3 bucket name for status report of import task.
1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1258 class ImportFileTaskInformation < Struct.new( :completion_time, :id, :import_name, :input_s3_bucket, :input_s3_key, :number_of_records_failed, :number_of_records_success, :start_time, :status, :status_report_s3_bucket, :status_report_s3_key) SENSITIVE = [] include Aws::Structure end |
#status_report_s3_key ⇒ String
The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.
1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1258 class ImportFileTaskInformation < Struct.new( :completion_time, :id, :import_name, :input_s3_bucket, :input_s3_key, :number_of_records_failed, :number_of_records_success, :start_time, :status, :status_report_s3_bucket, :status_report_s3_key) SENSITIVE = [] include Aws::Structure end |