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.
9210 9211 9212 |
# File 'sig/types.rbs', line 9210 def description @description end |
#disk_image_format ⇒ "VMDK", ...
Returns the value of attribute disk_image_format.
9211 9212 9213 |
# File 'sig/types.rbs', line 9211 def disk_image_format @disk_image_format end |
#export_image_task_id ⇒ ::String
Returns the value of attribute export_image_task_id.
9212 9213 9214 |
# File 'sig/types.rbs', line 9212 def export_image_task_id @export_image_task_id end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
9213 9214 9215 |
# File 'sig/types.rbs', line 9213 def image_id @image_id end |
#progress ⇒ ::String
Returns the value of attribute progress.
9215 9216 9217 |
# File 'sig/types.rbs', line 9215 def progress @progress end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
9214 9215 9216 |
# File 'sig/types.rbs', line 9214 def role_name @role_name end |
#s3_export_location ⇒ Types::ExportTaskS3Location
Returns the value of attribute s3_export_location.
9216 9217 9218 |
# File 'sig/types.rbs', line 9216 def s3_export_location @s3_export_location end |
#status ⇒ ::String
Returns the value of attribute status.
9217 9218 9219 |
# File 'sig/types.rbs', line 9217 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
9218 9219 9220 |
# File 'sig/types.rbs', line 9218 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9219 9220 9221 |
# File 'sig/types.rbs', line 9219 def @tags end |