Class: Aws::Types::LaunchTemplate
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launch_template_specification ⇒ Types::LaunchTemplateSpecification
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::LaunchTemplateSpecification
Returns the value of attribute launch_template_specification.
953 954 955 |
# File 'sig/types.rbs', line 953 def launch_template_specification @launch_template_specification end |
#overrides ⇒ ::Array[Types::LaunchTemplateOverrides]
Returns the value of attribute overrides.
954 955 956 |
# File 'sig/types.rbs', line 954 def overrides @overrides end |