Class: Aws::Types::ImageAttribute
- Inherits:
-
Object
- Object
- Aws::Types::ImageAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
-
#boot_mode ⇒ Types::AttributeValue
Returns the value of attribute boot_mode.
-
#deregistration_protection ⇒ Types::AttributeValue
Returns the value of attribute deregistration_protection.
-
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#imds_support ⇒ Types::AttributeValue
Returns the value of attribute imds_support.
-
#kernel_id ⇒ Types::AttributeValue
Returns the value of attribute kernel_id.
-
#last_launched_time ⇒ Types::AttributeValue
Returns the value of attribute last_launched_time.
-
#launch_permissions ⇒ ::Array[Types::LaunchPermission]
Returns the value of attribute launch_permissions.
-
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
-
#ramdisk_id ⇒ Types::AttributeValue
Returns the value of attribute ramdisk_id.
-
#sriov_net_support ⇒ Types::AttributeValue
Returns the value of attribute sriov_net_support.
-
#tpm_support ⇒ Types::AttributeValue
Returns the value of attribute tpm_support.
-
#uefi_data ⇒ Types::AttributeValue
Returns the value of attribute uefi_data.
Instance Attribute Details
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
10877 10878 10879 |
# File 'sig/types.rbs', line 10877 def block_device_mappings @block_device_mappings end |
#boot_mode ⇒ Types::AttributeValue
Returns the value of attribute boot_mode.
10868 10869 10870 |
# File 'sig/types.rbs', line 10868 def boot_mode @boot_mode end |
#deregistration_protection ⇒ Types::AttributeValue
Returns the value of attribute deregistration_protection.
10873 10874 10875 |
# File 'sig/types.rbs', line 10873 def deregistration_protection @deregistration_protection end |
#description ⇒ Types::AttributeValue
Returns the value of attribute description.
10864 10865 10866 |
# File 'sig/types.rbs', line 10864 def description @description end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
10874 10875 10876 |
# File 'sig/types.rbs', line 10874 def image_id @image_id end |
#imds_support ⇒ Types::AttributeValue
Returns the value of attribute imds_support.
10872 10873 10874 |
# File 'sig/types.rbs', line 10872 def imds_support @imds_support end |
#kernel_id ⇒ Types::AttributeValue
Returns the value of attribute kernel_id.
10865 10866 10867 |
# File 'sig/types.rbs', line 10865 def kernel_id @kernel_id end |
#last_launched_time ⇒ Types::AttributeValue
Returns the value of attribute last_launched_time.
10871 10872 10873 |
# File 'sig/types.rbs', line 10871 def last_launched_time @last_launched_time end |
#launch_permissions ⇒ ::Array[Types::LaunchPermission]
Returns the value of attribute launch_permissions.
10875 10876 10877 |
# File 'sig/types.rbs', line 10875 def @launch_permissions end |
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
10876 10877 10878 |
# File 'sig/types.rbs', line 10876 def product_codes @product_codes end |
#ramdisk_id ⇒ Types::AttributeValue
Returns the value of attribute ramdisk_id.
10866 10867 10868 |
# File 'sig/types.rbs', line 10866 def ramdisk_id @ramdisk_id end |
#sriov_net_support ⇒ Types::AttributeValue
Returns the value of attribute sriov_net_support.
10867 10868 10869 |
# File 'sig/types.rbs', line 10867 def sriov_net_support @sriov_net_support end |
#tpm_support ⇒ Types::AttributeValue
Returns the value of attribute tpm_support.
10869 10870 10871 |
# File 'sig/types.rbs', line 10869 def tpm_support @tpm_support end |
#uefi_data ⇒ Types::AttributeValue
Returns the value of attribute uefi_data.
10870 10871 10872 |
# File 'sig/types.rbs', line 10870 def uefi_data @uefi_data end |