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
9681 |
# File 'sig/client.rbs', line 9681
def description: () -> ::String
|
#disk_image_format ⇒ "VMDK", ...
9682 |
# File 'sig/client.rbs', line 9682
def disk_image_format: () -> ("VMDK" | "RAW" | "VHD")
|
#export_image_task_id ⇒ ::String
9683 |
# File 'sig/client.rbs', line 9683
def export_image_task_id: () -> ::String
|
#image_id ⇒ ::String
9684 |
# File 'sig/client.rbs', line 9684
def image_id: () -> ::String
|
#progress ⇒ ::String
9686 |
# File 'sig/client.rbs', line 9686
def progress: () -> ::String
|
#role_name ⇒ ::String
9685 |
# File 'sig/client.rbs', line 9685
def role_name: () -> ::String
|
#s3_export_location ⇒ Types::ExportTaskS3Location
9687 |
# File 'sig/client.rbs', line 9687
def s3_export_location: () -> Types::ExportTaskS3Location
|
#status ⇒ ::String
9688 |
# File 'sig/client.rbs', line 9688
def status: () -> ::String
|
#status_message ⇒ ::String
9689 |
# File 'sig/client.rbs', line 9689
def status_message: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
9690 |
# File 'sig/client.rbs', line 9690
def tags: () -> ::Array[Types::Tag]
|