class Aws::MigrationHubStrategyRecommendations::Types::ImportFileTaskInformation

Information about the import file tasks you request.

@!attribute [rw] completion_time

The time that the import task completes.
@return [Time]

@!attribute [rw] id

The ID of the import file task.
@return [String]

@!attribute [rw] import_name

The name of the import task given in `StartImportFileTask`.
@return [String]

@!attribute [rw] input_s3_bucket

The S3 bucket where the import file is located.
@return [String]

@!attribute [rw] input_s3_key

The Amazon S3 key name of the import file.
@return [String]

@!attribute [rw] number_of_records_failed

The number of records that failed to be imported.
@return [Integer]

@!attribute [rw] number_of_records_success

The number of records successfully imported.
@return [Integer]

@!attribute [rw] start_time

Start time of the import task.
@return [Time]

@!attribute [rw] status

Status of import file task.
@return [String]

@!attribute [rw] status_report_s3_bucket

The S3 bucket name for status report of import task.
@return [String]

@!attribute [rw] status_report_s3_key

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/ImportFileTaskInformation AWS API Documentation

Constants

SENSITIVE