Method: Aws::MigrationHubStrategyRecommendations::Types::GetImportFileTaskResponse#start_time
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
#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 |