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.
941 942 943 |
# File 'sig/types.rbs', line 941 def launch_template_specification @launch_template_specification end |
#overrides ⇒ ::Array[Types::LaunchTemplateOverrides]
Returns the value of attribute overrides.
942 943 944 |
# File 'sig/types.rbs', line 942 def overrides @overrides end |