Module: Aws::EC2::Client::_ExportImageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExportImageResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #disk_image_format ⇒ "VMDK", ...
- #export_image_task_id ⇒ ::String
- #image_id ⇒ ::String
- #progress ⇒ ::String
- #role_name ⇒ ::String
- #s3_export_location ⇒ Types::ExportTaskS3Location
- #status ⇒ ::String
- #status_message ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#description ⇒ ::String
9722 |
# File 'sig/client.rbs', line 9722
def description: () -> ::String
|
#disk_image_format ⇒ "VMDK", ...
9723 |
# File 'sig/client.rbs', line 9723
def disk_image_format: () -> ("VMDK" | "RAW" | "VHD")
|
#export_image_task_id ⇒ ::String
9724 |
# File 'sig/client.rbs', line 9724
def export_image_task_id: () -> ::String
|
#image_id ⇒ ::String
9725 |
# File 'sig/client.rbs', line 9725
def image_id: () -> ::String
|
#progress ⇒ ::String
9727 |
# File 'sig/client.rbs', line 9727
def progress: () -> ::String
|
#role_name ⇒ ::String
9726 |
# File 'sig/client.rbs', line 9726
def role_name: () -> ::String
|
#s3_export_location ⇒ Types::ExportTaskS3Location
9728 |
# File 'sig/client.rbs', line 9728
def s3_export_location: () -> Types::ExportTaskS3Location
|
#status ⇒ ::String
9729 |
# File 'sig/client.rbs', line 9729
def status: () -> ::String
|
#status_message ⇒ ::String
9730 |
# File 'sig/client.rbs', line 9730
def status_message: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
9731 |
# File 'sig/client.rbs', line 9731
def tags: () -> ::Array[Types::Tag]
|