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