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]
6157 |
# File 'sig/client.rbs', line 6157
def block_device_mappings: () -> ::Array[Types::BlockDeviceMapping]
|
#boot_mode ⇒ Types::AttributeValue
6148 |
# File 'sig/client.rbs', line 6148
def boot_mode: () -> Types::AttributeValue
|
#deregistration_protection ⇒ Types::AttributeValue
6153 |
# File 'sig/client.rbs', line 6153
def deregistration_protection: () -> Types::AttributeValue
|
#description ⇒ Types::AttributeValue
6144 |
# File 'sig/client.rbs', line 6144
def description: () -> Types::AttributeValue
|
#image_id ⇒ ::String
6154 |
# File 'sig/client.rbs', line 6154
def image_id: () -> ::String
|
#imds_support ⇒ Types::AttributeValue
6152 |
# File 'sig/client.rbs', line 6152
def imds_support: () -> Types::AttributeValue
|
#kernel_id ⇒ Types::AttributeValue
6145 |
# File 'sig/client.rbs', line 6145
def kernel_id: () -> Types::AttributeValue
|
#last_launched_time ⇒ Types::AttributeValue
6151 |
# File 'sig/client.rbs', line 6151
def last_launched_time: () -> Types::AttributeValue
|
#launch_permissions ⇒ ::Array[Types::LaunchPermission]
6155 |
# File 'sig/client.rbs', line 6155
def launch_permissions: () -> ::Array[Types::LaunchPermission]
|
#product_codes ⇒ ::Array[Types::ProductCode]
6156 |
# File 'sig/client.rbs', line 6156
def product_codes: () -> ::Array[Types::ProductCode]
|
#ramdisk_id ⇒ Types::AttributeValue
6146 |
# File 'sig/client.rbs', line 6146
def ramdisk_id: () -> Types::AttributeValue
|
#sriov_net_support ⇒ Types::AttributeValue
6147 |
# File 'sig/client.rbs', line 6147
def sriov_net_support: () -> Types::AttributeValue
|
#tpm_support ⇒ Types::AttributeValue
6149 |
# File 'sig/client.rbs', line 6149
def tpm_support: () -> Types::AttributeValue
|
#uefi_data ⇒ Types::AttributeValue
6150 |
# File 'sig/client.rbs', line 6150
def uefi_data: () -> Types::AttributeValue
|