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]
6184 |
# File 'sig/client.rbs', line 6184
def block_device_mappings: () -> ::Array[Types::BlockDeviceMapping]
|
#boot_mode ⇒ Types::AttributeValue
6175 |
# File 'sig/client.rbs', line 6175
def boot_mode: () -> Types::AttributeValue
|
#deregistration_protection ⇒ Types::AttributeValue
6180 |
# File 'sig/client.rbs', line 6180
def deregistration_protection: () -> Types::AttributeValue
|
#description ⇒ Types::AttributeValue
6171 |
# File 'sig/client.rbs', line 6171
def description: () -> Types::AttributeValue
|
#image_id ⇒ ::String
6181 |
# File 'sig/client.rbs', line 6181
def image_id: () -> ::String
|
#imds_support ⇒ Types::AttributeValue
6179 |
# File 'sig/client.rbs', line 6179
def imds_support: () -> Types::AttributeValue
|
#kernel_id ⇒ Types::AttributeValue
6172 |
# File 'sig/client.rbs', line 6172
def kernel_id: () -> Types::AttributeValue
|
#last_launched_time ⇒ Types::AttributeValue
6178 |
# File 'sig/client.rbs', line 6178
def last_launched_time: () -> Types::AttributeValue
|
#launch_permissions ⇒ ::Array[Types::LaunchPermission]
6182 |
# File 'sig/client.rbs', line 6182
def launch_permissions: () -> ::Array[Types::LaunchPermission]
|
#product_codes ⇒ ::Array[Types::ProductCode]
6183 |
# File 'sig/client.rbs', line 6183
def product_codes: () -> ::Array[Types::ProductCode]
|
#ramdisk_id ⇒ Types::AttributeValue
6173 |
# File 'sig/client.rbs', line 6173
def ramdisk_id: () -> Types::AttributeValue
|
#sriov_net_support ⇒ Types::AttributeValue
6174 |
# File 'sig/client.rbs', line 6174
def sriov_net_support: () -> Types::AttributeValue
|
#tpm_support ⇒ Types::AttributeValue
6176 |
# File 'sig/client.rbs', line 6176
def tpm_support: () -> Types::AttributeValue
|
#uefi_data ⇒ Types::AttributeValue
6177 |
# File 'sig/client.rbs', line 6177
def uefi_data: () -> Types::AttributeValue
|