Class: Aws::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#launch_template_specification ⇒ Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification
Returns the value of attribute launch_template_specification.
-
#overrides ⇒ ::Array[Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails]
Returns the value of attribute overrides.
Instance Attribute Details
#launch_template_specification ⇒ Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification
Returns the value of attribute launch_template_specification.
619 620 621 |
# File 'sig/types.rbs', line 619 def launch_template_specification @launch_template_specification end |
#overrides ⇒ ::Array[Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails]
Returns the value of attribute overrides.
620 621 622 |
# File 'sig/types.rbs', line 620 def overrides @overrides end |