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.
11107 11108 11109 |
# File 'sig/types.rbs', line 11107 def architecture @architecture end |
#block_device_mappings ⇒ ::Array[Types::BlockDeviceMapping]
Returns the value of attribute block_device_mappings.
11075 11076 11077 |
# File 'sig/types.rbs', line 11075 def block_device_mappings @block_device_mappings end |
#boot_mode ⇒ "legacy-bios", ...
Returns the value of attribute boot_mode.
11087 11088 11089 |
# File 'sig/types.rbs', line 11087 def boot_mode @boot_mode end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
11104 11105 11106 |
# File 'sig/types.rbs', line 11104 def creation_date @creation_date end |
#deprecation_time ⇒ ::String
Returns the value of attribute deprecation_time.
11089 11090 11091 |
# File 'sig/types.rbs', line 11089 def deprecation_time @deprecation_time end |
#deregistration_protection ⇒ ::String
Returns the value of attribute deregistration_protection.
11092 11093 11094 |
# File 'sig/types.rbs', line 11092 def deregistration_protection @deregistration_protection end |
#description ⇒ ::String
Returns the value of attribute description.
11076 11077 11078 |
# File 'sig/types.rbs', line 11076 def description @description end |
#ena_support ⇒ Boolean
Returns the value of attribute ena_support.
11077 11078 11079 |
# File 'sig/types.rbs', line 11077 def ena_support @ena_support end |
#free_tier_eligible ⇒ Boolean
Returns the value of attribute free_tier_eligible.
11097 11098 11099 |
# File 'sig/types.rbs', line 11097 def free_tier_eligible @free_tier_eligible end |
#hypervisor ⇒ "ovm", "xen"
Returns the value of attribute hypervisor.
11078 11079 11080 |
# File 'sig/types.rbs', line 11078 def hypervisor @hypervisor end |
#image_allowed ⇒ Boolean
Returns the value of attribute image_allowed.
11094 11095 11096 |
# File 'sig/types.rbs', line 11094 def image_allowed @image_allowed end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
11100 11101 11102 |
# File 'sig/types.rbs', line 11100 def image_id @image_id end |
#image_location ⇒ ::String
Returns the value of attribute image_location.
11101 11102 11103 |
# File 'sig/types.rbs', line 11101 def image_location @image_location end |
#image_owner_alias ⇒ ::String
Returns the value of attribute image_owner_alias.
11079 11080 11081 |
# File 'sig/types.rbs', line 11079 def image_owner_alias @image_owner_alias end |
#image_type ⇒ "machine", ...
Returns the value of attribute image_type.
11108 11109 11110 |
# File 'sig/types.rbs', line 11108 def image_type @image_type end |
#image_watermarks ⇒ ::Array[Types::ImageWatermark]
Returns the value of attribute image_watermarks.
11099 11100 11101 |
# File 'sig/types.rbs', line 11099 def image_watermarks @image_watermarks end |
#imds_support ⇒ "v2.0"
Returns the value of attribute imds_support.
11090 11091 11092 |
# File 'sig/types.rbs', line 11090 def imds_support @imds_support end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
11109 11110 11111 |
# File 'sig/types.rbs', line 11109 def kernel_id @kernel_id end |
#last_launched_time ⇒ ::String
Returns the value of attribute last_launched_time.
11093 11094 11095 |
# File 'sig/types.rbs', line 11093 def last_launched_time @last_launched_time end |
#name ⇒ ::String
Returns the value of attribute name.
11080 11081 11082 |
# File 'sig/types.rbs', line 11080 def name @name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
11103 11104 11105 |
# File 'sig/types.rbs', line 11103 def owner_id @owner_id end |
#platform ⇒ "Windows"
Returns the value of attribute platform.
11111 11112 11113 |
# File 'sig/types.rbs', line 11111 def platform @platform end |
#platform_details ⇒ ::String
Returns the value of attribute platform_details.
11073 11074 11075 |
# File 'sig/types.rbs', line 11073 def platform_details @platform_details end |
#product_codes ⇒ ::Array[Types::ProductCode]
Returns the value of attribute product_codes.
11106 11107 11108 |
# File 'sig/types.rbs', line 11106 def product_codes @product_codes end |
#public ⇒ Boolean
Returns the value of attribute public.
11105 11106 11107 |
# File 'sig/types.rbs', line 11105 def public @public end |
#public_ssm_parameter_name ⇒ ::String
Returns the value of attribute public_ssm_parameter_name.
11098 11099 11100 |
# File 'sig/types.rbs', line 11098 def public_ssm_parameter_name @public_ssm_parameter_name end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
11110 11111 11112 |
# File 'sig/types.rbs', line 11110 def ramdisk_id @ramdisk_id end |
#root_device_name ⇒ ::String
Returns the value of attribute root_device_name.
11081 11082 11083 |
# File 'sig/types.rbs', line 11081 def root_device_name @root_device_name end |
#root_device_type ⇒ "ebs", "instance-store"
Returns the value of attribute root_device_type.
11082 11083 11084 |
# File 'sig/types.rbs', line 11082 def root_device_type @root_device_type end |
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
11095 11096 11097 |
# File 'sig/types.rbs', line 11095 def source_image_id @source_image_id end |
#source_image_region ⇒ ::String
Returns the value of attribute source_image_region.
11096 11097 11098 |
# File 'sig/types.rbs', line 11096 def source_image_region @source_image_region end |
#source_instance_id ⇒ ::String
Returns the value of attribute source_instance_id.
11091 11092 11093 |
# File 'sig/types.rbs', line 11091 def source_instance_id @source_instance_id end |
#sriov_net_support ⇒ ::String
Returns the value of attribute sriov_net_support.
11083 11084 11085 |
# File 'sig/types.rbs', line 11083 def sriov_net_support @sriov_net_support end |
#state ⇒ "pending", ...
Returns the value of attribute state.
11102 11103 11104 |
# File 'sig/types.rbs', line 11102 def state @state end |
#state_reason ⇒ Types::StateReason
Returns the value of attribute state_reason.
11084 11085 11086 |
# File 'sig/types.rbs', line 11084 def state_reason @state_reason end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11085 11086 11087 |
# File 'sig/types.rbs', line 11085 def @tags end |
#tpm_support ⇒ "v2.0"
Returns the value of attribute tpm_support.
11088 11089 11090 |
# File 'sig/types.rbs', line 11088 def tpm_support @tpm_support end |
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
11074 11075 11076 |
# File 'sig/types.rbs', line 11074 def usage_operation @usage_operation end |
#virtualization_type ⇒ "hvm", "paravirtual"
Returns the value of attribute virtualization_type.
11086 11087 11088 |
# File 'sig/types.rbs', line 11086 def virtualization_type @virtualization_type end |