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
10021 |
# File 'sig/client.rbs', line 10021
def description: () -> ::String
|
#disk_image_format ⇒ "VMDK", ...
10022 |
# File 'sig/client.rbs', line 10022
def disk_image_format: () -> ("VMDK" | "RAW" | "VHD")
|
#export_image_task_id ⇒ ::String
10023 |
# File 'sig/client.rbs', line 10023
def export_image_task_id: () -> ::String
|
#image_id ⇒ ::String
10024 |
# File 'sig/client.rbs', line 10024
def image_id: () -> ::String
|
#progress ⇒ ::String
10026 |
# File 'sig/client.rbs', line 10026
def progress: () -> ::String
|
#role_name ⇒ ::String
10025 |
# File 'sig/client.rbs', line 10025
def role_name: () -> ::String
|
#s3_export_location ⇒ Types::ExportTaskS3Location
10027 |
# File 'sig/client.rbs', line 10027
def s3_export_location: () -> Types::ExportTaskS3Location
|
#status ⇒ ::String
10028 |
# File 'sig/client.rbs', line 10028
def status: () -> ::String
|
#status_message ⇒ ::String
10029 |
# File 'sig/client.rbs', line 10029
def status_message: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
10030 |
# File 'sig/client.rbs', line 10030
def tags: () -> ::Array[Types::Tag]
|