Method: Aws::MigrationHubStrategyRecommendations::Types::GetImportFileTaskResponse#completion_time

Defined in:
lib/aws-sdk-migrationhubstrategyrecommendations/types.rb

#completion_timeTime

The time that the import task completed.

Returns:

  • (Time)


941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 941

class GetImportFileTaskResponse < 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