Class: Aws::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification
- Inherits:
-
Object
- Object
- Aws::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
-
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#launch_template_id ⇒ ::String
Returns the value of attribute launch_template_id.
625 626 627 |
# File 'sig/types.rbs', line 625 def launch_template_id @launch_template_id end |
#launch_template_name ⇒ ::String
Returns the value of attribute launch_template_name.
626 627 628 |
# File 'sig/types.rbs', line 626 def launch_template_name @launch_template_name end |
#version ⇒ ::String
Returns the value of attribute version.
627 628 629 |
# File 'sig/types.rbs', line 627 def version @version end |