Class: Aws::Types::LaunchTemplateOverrides
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateOverrides
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#launch_template_specification ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template_specification.
-
#weighted_capacity ⇒ ::String
Returns the value of attribute weighted_capacity.
Instance Attribute Details
#image_id ⇒ ::String
Returns the value of attribute image_id.
951 952 953 |
# File 'sig/types.rbs', line 951 def image_id @image_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
950 951 952 |
# File 'sig/types.rbs', line 950 def instance_requirements @instance_requirements end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
947 948 949 |
# File 'sig/types.rbs', line 947 def instance_type @instance_type end |
#launch_template_specification ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template_specification.
949 950 951 |
# File 'sig/types.rbs', line 949 def launch_template_specification @launch_template_specification end |
#weighted_capacity ⇒ ::String
Returns the value of attribute weighted_capacity.
948 949 950 |
# File 'sig/types.rbs', line 948 def weighted_capacity @weighted_capacity end |