Class: Aws::Types::ExportImageTask
- Inherits:
-
Object
- Object
- Aws::Types::ExportImageTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#export_image_task_id ⇒ ::String
Returns the value of attribute export_image_task_id.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#progress ⇒ ::String
Returns the value of attribute progress.
-
#s3_export_location ⇒ Types::ExportTaskS3Location
Returns the value of attribute s3_export_location.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
9556 9557 9558 |
# File 'sig/types.rbs', line 9556 def description @description end |
#export_image_task_id ⇒ ::String
Returns the value of attribute export_image_task_id.
9557 9558 9559 |
# File 'sig/types.rbs', line 9557 def export_image_task_id @export_image_task_id end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
9558 9559 9560 |
# File 'sig/types.rbs', line 9558 def image_id @image_id end |
#progress ⇒ ::String
Returns the value of attribute progress.
9559 9560 9561 |
# File 'sig/types.rbs', line 9559 def progress @progress end |
#s3_export_location ⇒ Types::ExportTaskS3Location
Returns the value of attribute s3_export_location.
9560 9561 9562 |
# File 'sig/types.rbs', line 9560 def s3_export_location @s3_export_location end |
#status ⇒ ::String
Returns the value of attribute status.
9561 9562 9563 |
# File 'sig/types.rbs', line 9561 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
9562 9563 9564 |
# File 'sig/types.rbs', line 9562 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9563 9564 9565 |
# File 'sig/types.rbs', line 9563 def @tags end |