Class: Aws::Mgn::Types::ExportTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ExportTask
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Export task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ String
Export task creation datetime.
-
#end_date_time ⇒ String
Export task end datetime.
-
#export_id ⇒ String
Export task id.
-
#progress_percentage ⇒ Float
Export task progress percentage.
-
#s3_bucket ⇒ String
Export task s3 bucket.
-
#s3_bucket_owner ⇒ String
Export task s3 bucket owner.
-
#s3_key ⇒ String
Export task s3 key.
-
#status ⇒ String
Export task status.
-
#summary ⇒ Types::ExportTaskSummary
Export task summary.
Instance Attribute Details
#creation_date_time ⇒ String
Export task creation datetime.
1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-mgn/types.rb', line 1369 class ExportTask < Struct.new( :creation_date_time, :end_date_time, :export_id, :progress_percentage, :s3_bucket, :s3_bucket_owner, :s3_key, :status, :summary) SENSITIVE = [] include Aws::Structure end |
#end_date_time ⇒ String
Export task end datetime.
1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-mgn/types.rb', line 1369 class ExportTask < Struct.new( :creation_date_time, :end_date_time, :export_id, :progress_percentage, :s3_bucket, :s3_bucket_owner, :s3_key, :status, :summary) SENSITIVE = [] include Aws::Structure end |
#export_id ⇒ String
Export task id.
1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-mgn/types.rb', line 1369 class ExportTask < Struct.new( :creation_date_time, :end_date_time, :export_id, :progress_percentage, :s3_bucket, :s3_bucket_owner, :s3_key, :status, :summary) SENSITIVE = [] include Aws::Structure end |
#progress_percentage ⇒ Float
Export task progress percentage.
1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-mgn/types.rb', line 1369 class ExportTask < Struct.new( :creation_date_time, :end_date_time, :export_id, :progress_percentage, :s3_bucket, :s3_bucket_owner, :s3_key, :status, :summary) SENSITIVE = [] include Aws::Structure end |
#s3_bucket ⇒ String
Export task s3 bucket.
1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-mgn/types.rb', line 1369 class ExportTask < Struct.new( :creation_date_time, :end_date_time, :export_id, :progress_percentage, :s3_bucket, :s3_bucket_owner, :s3_key, :status, :summary) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_owner ⇒ String
Export task s3 bucket owner.
1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-mgn/types.rb', line 1369 class ExportTask < Struct.new( :creation_date_time, :end_date_time, :export_id, :progress_percentage, :s3_bucket, :s3_bucket_owner, :s3_key, :status, :summary) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
Export task s3 key.
1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-mgn/types.rb', line 1369 class ExportTask < Struct.new( :creation_date_time, :end_date_time, :export_id, :progress_percentage, :s3_bucket, :s3_bucket_owner, :s3_key, :status, :summary) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Export task status.
1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-mgn/types.rb', line 1369 class ExportTask < Struct.new( :creation_date_time, :end_date_time, :export_id, :progress_percentage, :s3_bucket, :s3_bucket_owner, :s3_key, :status, :summary) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::ExportTaskSummary
Export task summary.
1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 |
# File 'lib/aws-sdk-mgn/types.rb', line 1369 class ExportTask < Struct.new( :creation_date_time, :end_date_time, :export_id, :progress_percentage, :s3_bucket, :s3_bucket_owner, :s3_key, :status, :summary) SENSITIVE = [] include Aws::Structure end |