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
10029 |
# File 'sig/client.rbs', line 10029
def description: () -> ::String
|
#disk_image_format ⇒ "VMDK", ...
10030 |
# File 'sig/client.rbs', line 10030
def disk_image_format: () -> ("VMDK" | "RAW" | "VHD")
|
#export_image_task_id ⇒ ::String
10031 |
# File 'sig/client.rbs', line 10031
def export_image_task_id: () -> ::String
|
#image_id ⇒ ::String
10032 |
# File 'sig/client.rbs', line 10032
def image_id: () -> ::String
|
#progress ⇒ ::String
10034 |
# File 'sig/client.rbs', line 10034
def progress: () -> ::String
|
#role_name ⇒ ::String
10033 |
# File 'sig/client.rbs', line 10033
def role_name: () -> ::String
|
#s3_export_location ⇒ Types::ExportTaskS3Location
10035 |
# File 'sig/client.rbs', line 10035
def s3_export_location: () -> Types::ExportTaskS3Location
|
#status ⇒ ::String
10036 |
# File 'sig/client.rbs', line 10036
def status: () -> ::String
|
#status_message ⇒ ::String
10037 |
# File 'sig/client.rbs', line 10037
def status_message: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
10038 |
# File 'sig/client.rbs', line 10038
def tags: () -> ::Array[Types::Tag]
|