Class: Aws::MigrationHubStrategyRecommendations::Types::GetImportFileTaskResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::GetImportFileTaskResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #completion_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time that the import task completed. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The import file task ‘id` returned in the response of StartImportFileTask. 
- 
  
    
      #import_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the import task given in StartImportFileTask. 
- 
  
    
      #input_s3_bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The S3 bucket where 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 completed.
| 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 | 
#id ⇒ String
The import file task ‘id` returned in the response of StartImportFileTask.
| 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 | 
#import_name ⇒ String
The name of the import task given in StartImportFileTask.
| 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 | 
#input_s3_bucket ⇒ String
The S3 bucket where import file is located.
| 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 | 
#input_s3_key ⇒ String
The Amazon S3 key name of the import file.
| 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 | 
#number_of_records_failed ⇒ Integer
The number of records that failed to be imported.
| 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 | 
#number_of_records_success ⇒ Integer
The number of records successfully imported.
| 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 | 
#start_time ⇒ Time
Start time of the import task.
| 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 | 
#status ⇒ String
Status of import file task.
| 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 | 
#status_report_s3_bucket ⇒ String
The S3 bucket name for status report of import task.
| 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 | 
#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.
| 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 |