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
10946 |
# File 'sig/client.rbs', line 10946
def architecture: () -> ::String
|
#description ⇒ ::String
10947 |
# File 'sig/client.rbs', line 10947
def description: () -> ::String
|
#encrypted ⇒ Boolean
10948 |
# File 'sig/client.rbs', line 10948
def encrypted: () -> bool
|
#hypervisor ⇒ ::String
10949 |
# File 'sig/client.rbs', line 10949
def hypervisor: () -> ::String
|
#image_id ⇒ ::String
10950 |
# File 'sig/client.rbs', line 10950
def image_id: () -> ::String
|
#import_task_id ⇒ ::String
10951 |
# File 'sig/client.rbs', line 10951
def import_task_id: () -> ::String
|
#kms_key_id ⇒ ::String
10952 |
# File 'sig/client.rbs', line 10952
def kms_key_id: () -> ::String
|
#license_specifications ⇒ ::Array[Types::ImportImageLicenseConfigurationResponse]
10959 |
# File 'sig/client.rbs', line 10959
def license_specifications: () -> ::Array[Types::ImportImageLicenseConfigurationResponse]
|
#license_type ⇒ ::String
10953 |
# File 'sig/client.rbs', line 10953
def license_type: () -> ::String
|
#platform ⇒ ::String
10954 |
# File 'sig/client.rbs', line 10954
def platform: () -> ::String
|
#progress ⇒ ::String
10955 |
# File 'sig/client.rbs', line 10955
def progress: () -> ::String
|
#snapshot_details ⇒ ::Array[Types::SnapshotDetail]
10956 |
# File 'sig/client.rbs', line 10956
def snapshot_details: () -> ::Array[Types::SnapshotDetail]
|
#status ⇒ ::String
10957 |
# File 'sig/client.rbs', line 10957
def status: () -> ::String
|
#status_message ⇒ ::String
10958 |
# File 'sig/client.rbs', line 10958
def status_message: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
10960 |
# File 'sig/client.rbs', line 10960
def tags: () -> ::Array[Types::Tag]
|
#usage_operation ⇒ ::String
10961 |
# File 'sig/client.rbs', line 10961
def usage_operation: () -> ::String
|