Class: Aws::MigrationHubStrategyRecommendations::Types::ImportFileTaskInformation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb

Overview

Information about the import file tasks you request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timeTime

The time that the import task completes.

Returns:

  • (Time)


1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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

#idString

The ID of the import file task.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_nameString

The name of the import task given in StartImportFileTask.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_bucketString

The S3 bucket where the import file is located.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_keyString

The Amazon S3 key name of the import file.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_failedInteger

The number of records that failed to be imported.

Returns:

  • (Integer)


1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_successInteger

The number of records successfully imported.

Returns:

  • (Integer)


1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_timeTime

Start time of the import task.

Returns:

  • (Time)


1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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

#statusString

Status of import file task.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_bucketString

The S3 bucket name for status report of import task.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_keyString

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.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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