Class: Aws::Types::Image
- Inherits:
-
Object
- Object
- Aws::Types::Image
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ "i386", ...
Returns the value of attribute architecture.
-
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
-
#boot_mode ⇒ "legacy-bios", ...
Returns the value of attribute boot_mode.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#deprecation_time ⇒ ::String
Returns the value of attribute deprecation_time.
-
#deregistration_protection ⇒ ::String
Returns the value of attribute deregistration_protection.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ena_support ⇒ Boolean
Returns the value of attribute ena_support.
-
#free_tier_eligible ⇒ Boolean
Returns the value of attribute free_tier_eligible.
-
#hypervisor ⇒ "ovm", "xen"
Returns the value of attribute hypervisor.
-
#image_allowed ⇒ Boolean
Returns the value of attribute image_allowed.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#image_location ⇒ ::String
Returns the value of attribute image_location.
-
#image_owner_alias ⇒ ::String
Returns the value of attribute image_owner_alias.
-
#image_type ⇒ "machine", ...
Returns the value of attribute image_type.
-
#image_watermarks ⇒ ::Array[Types::ImageWatermark]
Returns the value of attribute image_watermarks.
-
#imds_support ⇒ "v2.0"
Returns the value of attribute imds_support.
-
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
-
#last_launched_time ⇒ ::String
Returns the value of attribute last_launched_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#platform ⇒ "Windows"
Returns the value of attribute platform.
-
#platform_details ⇒ ::String
Returns the value of attribute platform_details.
-
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
-
#public ⇒ Boolean
Returns the value of attribute public.
-
#public_ssm_parameter_name ⇒ ::String
Returns the value of attribute public_ssm_parameter_name.
-
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
-
#root_device_name ⇒ ::String
Returns the value of attribute root_device_name.
-
#root_device_type ⇒ "ebs", "instance-store"
Returns the value of attribute root_device_type.
-
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
-
#source_image_region ⇒ ::String
Returns the value of attribute source_image_region.
-
#source_instance_id ⇒ ::String
Returns the value of attribute source_instance_id.
-
#sriov_net_support ⇒ ::String
Returns the value of attribute sriov_net_support.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#state_reason ⇒ Types::StateReason
Returns the value of attribute state_reason.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tpm_support ⇒ "v2.0"
Returns the value of attribute tpm_support.
-
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
-
#virtualization_type ⇒ "hvm", "paravirtual"
Returns the value of attribute virtualization_type.
Instance Attribute Details
#architecture ⇒ "i386", ...
Returns the value of attribute architecture.
10846 10847 10848 |
# File 'sig/types.rbs', line 10846 def architecture @architecture end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
10814 10815 10816 |
# File 'sig/types.rbs', line 10814 def block_device_mappings @block_device_mappings end |
#boot_mode ⇒ "legacy-bios", ...
Returns the value of attribute boot_mode.
10826 10827 10828 |
# File 'sig/types.rbs', line 10826 def boot_mode @boot_mode end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
10843 10844 10845 |
# File 'sig/types.rbs', line 10843 def creation_date @creation_date end |
#deprecation_time ⇒ ::String
Returns the value of attribute deprecation_time.
10828 10829 10830 |
# File 'sig/types.rbs', line 10828 def deprecation_time @deprecation_time end |
#deregistration_protection ⇒ ::String
Returns the value of attribute deregistration_protection.
10831 10832 10833 |
# File 'sig/types.rbs', line 10831 def deregistration_protection @deregistration_protection end |
#description ⇒ ::String
Returns the value of attribute description.
10815 10816 10817 |
# File 'sig/types.rbs', line 10815 def description @description end |
#ena_support ⇒ Boolean
Returns the value of attribute ena_support.
10816 10817 10818 |
# File 'sig/types.rbs', line 10816 def ena_support @ena_support end |
#free_tier_eligible ⇒ Boolean
Returns the value of attribute free_tier_eligible.
10836 10837 10838 |
# File 'sig/types.rbs', line 10836 def free_tier_eligible @free_tier_eligible end |
#hypervisor ⇒ "ovm", "xen"
Returns the value of attribute hypervisor.
10817 10818 10819 |
# File 'sig/types.rbs', line 10817 def hypervisor @hypervisor end |
#image_allowed ⇒ Boolean
Returns the value of attribute image_allowed.
10833 10834 10835 |
# File 'sig/types.rbs', line 10833 def image_allowed @image_allowed end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
10839 10840 10841 |
# File 'sig/types.rbs', line 10839 def image_id @image_id end |
#image_location ⇒ ::String
Returns the value of attribute image_location.
10840 10841 10842 |
# File 'sig/types.rbs', line 10840 def image_location @image_location end |
#image_owner_alias ⇒ ::String
Returns the value of attribute image_owner_alias.
10818 10819 10820 |
# File 'sig/types.rbs', line 10818 def image_owner_alias @image_owner_alias end |
#image_type ⇒ "machine", ...
Returns the value of attribute image_type.
10847 10848 10849 |
# File 'sig/types.rbs', line 10847 def image_type @image_type end |
#image_watermarks ⇒ ::Array[Types::ImageWatermark]
Returns the value of attribute image_watermarks.
10838 10839 10840 |
# File 'sig/types.rbs', line 10838 def image_watermarks @image_watermarks end |
#imds_support ⇒ "v2.0"
Returns the value of attribute imds_support.
10829 10830 10831 |
# File 'sig/types.rbs', line 10829 def imds_support @imds_support end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
10848 10849 10850 |
# File 'sig/types.rbs', line 10848 def kernel_id @kernel_id end |
#last_launched_time ⇒ ::String
Returns the value of attribute last_launched_time.
10832 10833 10834 |
# File 'sig/types.rbs', line 10832 def last_launched_time @last_launched_time end |
#name ⇒ ::String
Returns the value of attribute name.
10819 10820 10821 |
# File 'sig/types.rbs', line 10819 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
10842 10843 10844 |
# File 'sig/types.rbs', line 10842 def owner_id @owner_id end |
#platform ⇒ "Windows"
Returns the value of attribute platform.
10850 10851 10852 |
# File 'sig/types.rbs', line 10850 def platform @platform end |
#platform_details ⇒ ::String
Returns the value of attribute platform_details.
10812 10813 10814 |
# File 'sig/types.rbs', line 10812 def platform_details @platform_details end |
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
10845 10846 10847 |
# File 'sig/types.rbs', line 10845 def product_codes @product_codes end |
#public ⇒ Boolean
Returns the value of attribute public.
10844 10845 10846 |
# File 'sig/types.rbs', line 10844 def public @public end |
#public_ssm_parameter_name ⇒ ::String
Returns the value of attribute public_ssm_parameter_name.
10837 10838 10839 |
# File 'sig/types.rbs', line 10837 def public_ssm_parameter_name @public_ssm_parameter_name end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
10849 10850 10851 |
# File 'sig/types.rbs', line 10849 def ramdisk_id @ramdisk_id end |
#root_device_name ⇒ ::String
Returns the value of attribute root_device_name.
10820 10821 10822 |
# File 'sig/types.rbs', line 10820 def root_device_name @root_device_name end |
#root_device_type ⇒ "ebs", "instance-store"
Returns the value of attribute root_device_type.
10821 10822 10823 |
# File 'sig/types.rbs', line 10821 def root_device_type @root_device_type end |
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
10834 10835 10836 |
# File 'sig/types.rbs', line 10834 def source_image_id @source_image_id end |
#source_image_region ⇒ ::String
Returns the value of attribute source_image_region.
10835 10836 10837 |
# File 'sig/types.rbs', line 10835 def source_image_region @source_image_region end |
#source_instance_id ⇒ ::String
Returns the value of attribute source_instance_id.
10830 10831 10832 |
# File 'sig/types.rbs', line 10830 def source_instance_id @source_instance_id end |
#sriov_net_support ⇒ ::String
Returns the value of attribute sriov_net_support.
10822 10823 10824 |
# File 'sig/types.rbs', line 10822 def sriov_net_support @sriov_net_support end |
#state ⇒ "pending", ...
Returns the value of attribute state.
10841 10842 10843 |
# File 'sig/types.rbs', line 10841 def state @state end |
#state_reason ⇒ Types::StateReason
Returns the value of attribute state_reason.
10823 10824 10825 |
# File 'sig/types.rbs', line 10823 def state_reason @state_reason end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
10824 10825 10826 |
# File 'sig/types.rbs', line 10824 def @tags end |
#tpm_support ⇒ "v2.0"
Returns the value of attribute tpm_support.
10827 10828 10829 |
# File 'sig/types.rbs', line 10827 def tpm_support @tpm_support end |
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
10813 10814 10815 |
# File 'sig/types.rbs', line 10813 def usage_operation @usage_operation end |
#virtualization_type ⇒ "hvm", "paravirtual"
Returns the value of attribute virtualization_type.
10825 10826 10827 |
# File 'sig/types.rbs', line 10825 def virtualization_type @virtualization_type end |