Class: Aws::Types::LaunchTemplateConfig
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launch_template_specification ⇒ Types::FleetLaunchTemplateSpecification
Returns the value of attribute launch_template_specification.
-
#overrides ⇒ ::Array[Types::LaunchTemplateOverrides]
Returns the value of attribute overrides.
Instance Attribute Details
#launch_template_specification ⇒ Types::FleetLaunchTemplateSpecification
Returns the value of attribute launch_template_specification.
12499 12500 12501 |
# File 'sig/types.rbs', line 12499 def launch_template_specification @launch_template_specification end |
#overrides ⇒ ::Array[Types::LaunchTemplateOverrides]
Returns the value of attribute overrides.
12500 12501 12502 |
# File 'sig/types.rbs', line 12500 def overrides @overrides end |