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
10974 |
# File 'sig/client.rbs', line 10974
def architecture: () -> ::String
|
#description ⇒ ::String
10975 |
# File 'sig/client.rbs', line 10975
def description: () -> ::String
|
#encrypted ⇒ Boolean
10976 |
# File 'sig/client.rbs', line 10976
def encrypted: () -> bool
|
#hypervisor ⇒ ::String
10977 |
# File 'sig/client.rbs', line 10977
def hypervisor: () -> ::String
|
#image_id ⇒ ::String
10978 |
# File 'sig/client.rbs', line 10978
def image_id: () -> ::String
|
#import_task_id ⇒ ::String
10979 |
# File 'sig/client.rbs', line 10979
def import_task_id: () -> ::String
|
#kms_key_id ⇒ ::String
10980 |
# File 'sig/client.rbs', line 10980
def kms_key_id: () -> ::String
|
#license_specifications ⇒ ::Array[Types::ImportImageLicenseConfigurationResponse]
10987 |
# File 'sig/client.rbs', line 10987
def license_specifications: () -> ::Array[Types::ImportImageLicenseConfigurationResponse]
|
#license_type ⇒ ::String
10981 |
# File 'sig/client.rbs', line 10981
def license_type: () -> ::String
|
#platform ⇒ ::String
10982 |
# File 'sig/client.rbs', line 10982
def platform: () -> ::String
|
#progress ⇒ ::String
10983 |
# File 'sig/client.rbs', line 10983
def progress: () -> ::String
|
#snapshot_details ⇒ ::Array[Types::SnapshotDetail]
10984 |
# File 'sig/client.rbs', line 10984
def snapshot_details: () -> ::Array[Types::SnapshotDetail]
|
#status ⇒ ::String
10985 |
# File 'sig/client.rbs', line 10985
def status: () -> ::String
|
#status_message ⇒ ::String
10986 |
# File 'sig/client.rbs', line 10986
def status_message: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
10988 |
# File 'sig/client.rbs', line 10988
def tags: () -> ::Array[Types::Tag]
|
#usage_operation ⇒ ::String
10989 |
# File 'sig/client.rbs', line 10989
def usage_operation: () -> ::String
|