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 =
[:tags]
Instance Attribute Summary collapse
-
#arn ⇒ String
ExportTask arn.
-
#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.
-
#tags ⇒ Hash<String,String>
Export task tags.
Instance Attribute Details
#arn ⇒ String
ExportTask arn.
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mgn/types.rb', line 1562 class ExportTask < Struct.new( :export_id, :arn, :s3_bucket, :s3_key, :s3_bucket_owner, :creation_date_time, :end_date_time, :status, :progress_percentage, :summary, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#creation_date_time ⇒ String
Export task creation datetime.
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mgn/types.rb', line 1562 class ExportTask < Struct.new( :export_id, :arn, :s3_bucket, :s3_key, :s3_bucket_owner, :creation_date_time, :end_date_time, :status, :progress_percentage, :summary, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#end_date_time ⇒ String
Export task end datetime.
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mgn/types.rb', line 1562 class ExportTask < Struct.new( :export_id, :arn, :s3_bucket, :s3_key, :s3_bucket_owner, :creation_date_time, :end_date_time, :status, :progress_percentage, :summary, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#export_id ⇒ String
Export task id.
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mgn/types.rb', line 1562 class ExportTask < Struct.new( :export_id, :arn, :s3_bucket, :s3_key, :s3_bucket_owner, :creation_date_time, :end_date_time, :status, :progress_percentage, :summary, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#progress_percentage ⇒ Float
Export task progress percentage.
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mgn/types.rb', line 1562 class ExportTask < Struct.new( :export_id, :arn, :s3_bucket, :s3_key, :s3_bucket_owner, :creation_date_time, :end_date_time, :status, :progress_percentage, :summary, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#s3_bucket ⇒ String
Export task s3 bucket.
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mgn/types.rb', line 1562 class ExportTask < Struct.new( :export_id, :arn, :s3_bucket, :s3_key, :s3_bucket_owner, :creation_date_time, :end_date_time, :status, :progress_percentage, :summary, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#s3_bucket_owner ⇒ String
Export task s3 bucket owner.
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mgn/types.rb', line 1562 class ExportTask < Struct.new( :export_id, :arn, :s3_bucket, :s3_key, :s3_bucket_owner, :creation_date_time, :end_date_time, :status, :progress_percentage, :summary, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#s3_key ⇒ String
Export task s3 key.
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mgn/types.rb', line 1562 class ExportTask < Struct.new( :export_id, :arn, :s3_bucket, :s3_key, :s3_bucket_owner, :creation_date_time, :end_date_time, :status, :progress_percentage, :summary, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#status ⇒ String
Export task status.
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mgn/types.rb', line 1562 class ExportTask < Struct.new( :export_id, :arn, :s3_bucket, :s3_key, :s3_bucket_owner, :creation_date_time, :end_date_time, :status, :progress_percentage, :summary, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#summary ⇒ Types::ExportTaskSummary
Export task summary.
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mgn/types.rb', line 1562 class ExportTask < Struct.new( :export_id, :arn, :s3_bucket, :s3_key, :s3_bucket_owner, :creation_date_time, :end_date_time, :status, :progress_percentage, :summary, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Export task tags.
1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-mgn/types.rb', line 1562 class ExportTask < Struct.new( :export_id, :arn, :s3_bucket, :s3_key, :s3_bucket_owner, :creation_date_time, :end_date_time, :status, :progress_percentage, :summary, :tags) SENSITIVE = [:tags] include Aws::Structure end |