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
9901 |
# File 'sig/client.rbs', line 9901
def description: () -> ::String
|
#disk_image_format ⇒ "VMDK", ...
9902 |
# File 'sig/client.rbs', line 9902
def disk_image_format: () -> ("VMDK" | "RAW" | "VHD")
|
#export_image_task_id ⇒ ::String
9903 |
# File 'sig/client.rbs', line 9903
def export_image_task_id: () -> ::String
|
#image_id ⇒ ::String
9904 |
# File 'sig/client.rbs', line 9904
def image_id: () -> ::String
|
#progress ⇒ ::String
9906 |
# File 'sig/client.rbs', line 9906
def progress: () -> ::String
|
#role_name ⇒ ::String
9905 |
# File 'sig/client.rbs', line 9905
def role_name: () -> ::String
|
#s3_export_location ⇒ Types::ExportTaskS3Location
9907 |
# File 'sig/client.rbs', line 9907
def s3_export_location: () -> Types::ExportTaskS3Location
|
#status ⇒ ::String
9908 |
# File 'sig/client.rbs', line 9908
def status: () -> ::String
|
#status_message ⇒ ::String
9909 |
# File 'sig/client.rbs', line 9909
def status_message: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
9910 |
# File 'sig/client.rbs', line 9910
def tags: () -> ::Array[Types::Tag]
|