Module: Aws::EC2::Client::_ImportImageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ImportImageResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #architecture ⇒ ::String
- #description ⇒ ::String
- #encrypted ⇒ Boolean
- #hypervisor ⇒ ::String
- #image_id ⇒ ::String
- #import_task_id ⇒ ::String
- #kms_key_id ⇒ ::String
- #license_specifications ⇒ ::Array[Types::ImportImageLicenseConfigurationResponse]
- #license_type ⇒ ::String
- #platform ⇒ ::String
- #progress ⇒ ::String
- #snapshot_details ⇒ ::Array[Types::SnapshotDetail]
- #status ⇒ ::String
- #status_message ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
- #usage_operation ⇒ ::String
Instance Method Details
#architecture ⇒ ::String
11153 |
# File 'sig/client.rbs', line 11153
def architecture: () -> ::String
|
#description ⇒ ::String
11154 |
# File 'sig/client.rbs', line 11154
def description: () -> ::String
|
#encrypted ⇒ Boolean
11155 |
# File 'sig/client.rbs', line 11155
def encrypted: () -> bool
|
#hypervisor ⇒ ::String
11156 |
# File 'sig/client.rbs', line 11156
def hypervisor: () -> ::String
|
#image_id ⇒ ::String
11157 |
# File 'sig/client.rbs', line 11157
def image_id: () -> ::String
|
#import_task_id ⇒ ::String
11158 |
# File 'sig/client.rbs', line 11158
def import_task_id: () -> ::String
|
#kms_key_id ⇒ ::String
11159 |
# File 'sig/client.rbs', line 11159
def kms_key_id: () -> ::String
|
#license_specifications ⇒ ::Array[Types::ImportImageLicenseConfigurationResponse]
11166 |
# File 'sig/client.rbs', line 11166
def license_specifications: () -> ::Array[Types::ImportImageLicenseConfigurationResponse]
|
#license_type ⇒ ::String
11160 |
# File 'sig/client.rbs', line 11160
def license_type: () -> ::String
|
#platform ⇒ ::String
11161 |
# File 'sig/client.rbs', line 11161
def platform: () -> ::String
|
#progress ⇒ ::String
11162 |
# File 'sig/client.rbs', line 11162
def progress: () -> ::String
|
#snapshot_details ⇒ ::Array[Types::SnapshotDetail]
11163 |
# File 'sig/client.rbs', line 11163
def snapshot_details: () -> ::Array[Types::SnapshotDetail]
|
#status ⇒ ::String
11164 |
# File 'sig/client.rbs', line 11164
def status: () -> ::String
|
#status_message ⇒ ::String
11165 |
# File 'sig/client.rbs', line 11165
def status_message: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
11167 |
# File 'sig/client.rbs', line 11167
def tags: () -> ::Array[Types::Tag]
|
#usage_operation ⇒ ::String
11168 |
# File 'sig/client.rbs', line 11168
def usage_operation: () -> ::String
|