Method: Aws::Mgn::Types::ExportTask#summary
- Defined in:
- lib/aws-sdk-mgn/types.rb
#summary ⇒ Types::ExportTaskSummary
Export task summary.
1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'lib/aws-sdk-mgn/types.rb', line 1397 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 |