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.
957 958 959 |
# File 'sig/types.rbs', line 957 def image_id @image_id end |
#instance_requirements ⇒ Types::InstanceRequirements
Returns the value of attribute instance_requirements.
956 957 958 |
# File 'sig/types.rbs', line 956 def instance_requirements @instance_requirements end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
953 954 955 |
# File 'sig/types.rbs', line 953 def instance_type @instance_type end |
#launch_template_specification ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template_specification.
955 956 957 |
# File 'sig/types.rbs', line 955 def launch_template_specification @launch_template_specification end |
#weighted_capacity ⇒ ::String
Returns the value of attribute weighted_capacity.
954 955 956 |
# File 'sig/types.rbs', line 954 def weighted_capacity @weighted_capacity end |