Class: Aws::Types::ExportImageResult
- Inherits:
-
Object
- Object
- Aws::Types::ExportImageResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disk_image_format ⇒ "VMDK", ...
Returns the value of attribute disk_image_format.
-
#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.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#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.
9435 9436 9437 |
# File 'sig/types.rbs', line 9435 def description @description end |
#disk_image_format ⇒ "VMDK", ...
Returns the value of attribute disk_image_format.
9436 9437 9438 |
# File 'sig/types.rbs', line 9436 def disk_image_format @disk_image_format end |
#export_image_task_id ⇒ ::String
Returns the value of attribute export_image_task_id.
9437 9438 9439 |
# File 'sig/types.rbs', line 9437 def export_image_task_id @export_image_task_id end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
9438 9439 9440 |
# File 'sig/types.rbs', line 9438 def image_id @image_id end |
#progress ⇒ ::String
Returns the value of attribute progress.
9440 9441 9442 |
# File 'sig/types.rbs', line 9440 def progress @progress end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
9439 9440 9441 |
# File 'sig/types.rbs', line 9439 def role_name @role_name end |
#s3_export_location ⇒ Types::ExportTaskS3Location
Returns the value of attribute s3_export_location.
9441 9442 9443 |
# File 'sig/types.rbs', line 9441 def s3_export_location @s3_export_location end |
#status ⇒ ::String
Returns the value of attribute status.
9442 9443 9444 |
# File 'sig/types.rbs', line 9442 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
9443 9444 9445 |
# File 'sig/types.rbs', line 9443 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9444 9445 9446 |
# File 'sig/types.rbs', line 9444 def @tags end |