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
10932 |
# File 'sig/client.rbs', line 10932
def architecture: () -> ::String
|
#description ⇒ ::String
10933 |
# File 'sig/client.rbs', line 10933
def description: () -> ::String
|
#encrypted ⇒ Boolean
10934 |
# File 'sig/client.rbs', line 10934
def encrypted: () -> bool
|
#hypervisor ⇒ ::String
10935 |
# File 'sig/client.rbs', line 10935
def hypervisor: () -> ::String
|
#image_id ⇒ ::String
10936 |
# File 'sig/client.rbs', line 10936
def image_id: () -> ::String
|
#import_task_id ⇒ ::String
10937 |
# File 'sig/client.rbs', line 10937
def import_task_id: () -> ::String
|
#kms_key_id ⇒ ::String
10938 |
# File 'sig/client.rbs', line 10938
def kms_key_id: () -> ::String
|
#license_specifications ⇒ ::Array[Types::ImportImageLicenseConfigurationResponse]
10945 |
# File 'sig/client.rbs', line 10945
def license_specifications: () -> ::Array[Types::ImportImageLicenseConfigurationResponse]
|
#license_type ⇒ ::String
10939 |
# File 'sig/client.rbs', line 10939
def license_type: () -> ::String
|
#platform ⇒ ::String
10940 |
# File 'sig/client.rbs', line 10940
def platform: () -> ::String
|
#progress ⇒ ::String
10941 |
# File 'sig/client.rbs', line 10941
def progress: () -> ::String
|
#snapshot_details ⇒ ::Array[Types::SnapshotDetail]
10942 |
# File 'sig/client.rbs', line 10942
def snapshot_details: () -> ::Array[Types::SnapshotDetail]
|
#status ⇒ ::String
10943 |
# File 'sig/client.rbs', line 10943
def status: () -> ::String
|
#status_message ⇒ ::String
10944 |
# File 'sig/client.rbs', line 10944
def status_message: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
10946 |
# File 'sig/client.rbs', line 10946
def tags: () -> ::Array[Types::Tag]
|
#usage_operation ⇒ ::String
10947 |
# File 'sig/client.rbs', line 10947
def usage_operation: () -> ::String
|