Module: Aws::EC2::Client::_DescribeImageAttributeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ImageAttribute]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
- #boot_mode ⇒ Types::AttributeValue
- #deregistration_protection ⇒ Types::AttributeValue
- #description ⇒ Types::AttributeValue
- #image_id ⇒ ::String
- #imds_support ⇒ Types::AttributeValue
- #kernel_id ⇒ Types::AttributeValue
- #last_launched_time ⇒ Types::AttributeValue
- #launch_permissions ⇒ ::Array[Types::LaunchPermission]
- #product_codes ⇒ ::Array[Types::ProductCode]
- #ramdisk_id ⇒ Types::AttributeValue
- #sriov_net_support ⇒ Types::AttributeValue
- #tpm_support ⇒ Types::AttributeValue
- #uefi_data ⇒ Types::AttributeValue
Instance Method Details
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
6407 |
# File 'sig/client.rbs', line 6407
def block_device_mappings: () -> ::Array[Types::BlockDeviceMapping]
|
#boot_mode ⇒ Types::AttributeValue
6398 |
# File 'sig/client.rbs', line 6398
def boot_mode: () -> Types::AttributeValue
|
#deregistration_protection ⇒ Types::AttributeValue
6403 |
# File 'sig/client.rbs', line 6403
def deregistration_protection: () -> Types::AttributeValue
|
#description ⇒ Types::AttributeValue
6394 |
# File 'sig/client.rbs', line 6394
def description: () -> Types::AttributeValue
|
#image_id ⇒ ::String
6404 |
# File 'sig/client.rbs', line 6404
def image_id: () -> ::String
|
#imds_support ⇒ Types::AttributeValue
6402 |
# File 'sig/client.rbs', line 6402
def imds_support: () -> Types::AttributeValue
|
#kernel_id ⇒ Types::AttributeValue
6395 |
# File 'sig/client.rbs', line 6395
def kernel_id: () -> Types::AttributeValue
|
#last_launched_time ⇒ Types::AttributeValue
6401 |
# File 'sig/client.rbs', line 6401
def last_launched_time: () -> Types::AttributeValue
|
#launch_permissions ⇒ ::Array[Types::LaunchPermission]
6405 |
# File 'sig/client.rbs', line 6405
def launch_permissions: () -> ::Array[Types::LaunchPermission]
|
#product_codes ⇒ ::Array[Types::ProductCode]
6406 |
# File 'sig/client.rbs', line 6406
def product_codes: () -> ::Array[Types::ProductCode]
|
#ramdisk_id ⇒ Types::AttributeValue
6396 |
# File 'sig/client.rbs', line 6396
def ramdisk_id: () -> Types::AttributeValue
|
#sriov_net_support ⇒ Types::AttributeValue
6397 |
# File 'sig/client.rbs', line 6397
def sriov_net_support: () -> Types::AttributeValue
|
#tpm_support ⇒ Types::AttributeValue
6399 |
# File 'sig/client.rbs', line 6399
def tpm_support: () -> Types::AttributeValue
|
#uefi_data ⇒ Types::AttributeValue
6400 |
# File 'sig/client.rbs', line 6400
def uefi_data: () -> Types::AttributeValue
|