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
11404 |
# File 'sig/client.rbs', line 11404
def architecture: () -> ::String
|
#description ⇒ ::String
11405 |
# File 'sig/client.rbs', line 11405
def description: () -> ::String
|
#encrypted ⇒ Boolean
11406 |
# File 'sig/client.rbs', line 11406
def encrypted: () -> bool
|
#hypervisor ⇒ ::String
11407 |
# File 'sig/client.rbs', line 11407
def hypervisor: () -> ::String
|
#image_id ⇒ ::String
11408 |
# File 'sig/client.rbs', line 11408
def image_id: () -> ::String
|
#import_task_id ⇒ ::String
11409 |
# File 'sig/client.rbs', line 11409
def import_task_id: () -> ::String
|
#kms_key_id ⇒ ::String
11410 |
# File 'sig/client.rbs', line 11410
def kms_key_id: () -> ::String
|
#license_specifications ⇒ ::Array[Types::ImportImageLicenseConfigurationResponse]
11417 |
# File 'sig/client.rbs', line 11417
def license_specifications: () -> ::Array[Types::ImportImageLicenseConfigurationResponse]
|
#license_type ⇒ ::String
11411 |
# File 'sig/client.rbs', line 11411
def license_type: () -> ::String
|
#platform ⇒ ::String
11412 |
# File 'sig/client.rbs', line 11412
def platform: () -> ::String
|
#progress ⇒ ::String
11413 |
# File 'sig/client.rbs', line 11413
def progress: () -> ::String
|
#snapshot_details ⇒ ::Array[Types::SnapshotDetail]
11414 |
# File 'sig/client.rbs', line 11414
def snapshot_details: () -> ::Array[Types::SnapshotDetail]
|
#status ⇒ ::String
11415 |
# File 'sig/client.rbs', line 11415
def status: () -> ::String
|
#status_message ⇒ ::String
11416 |
# File 'sig/client.rbs', line 11416
def status_message: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
11418 |
# File 'sig/client.rbs', line 11418
def tags: () -> ::Array[Types::Tag]
|
#usage_operation ⇒ ::String
11419 |
# File 'sig/client.rbs', line 11419
def usage_operation: () -> ::String
|