Class: Aws::SecurityHub::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Describes a launch template and overrides for a mixed instances policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_template_specification ⇒ Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification
The launch template to use for a mixed instances policy.
-
#overrides ⇒ Array<Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails>
Property values to use to override the values in the launch template.
Instance Attribute Details
#launch_template_specification ⇒ Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification
The launch template to use for a mixed instances policy.
2837 2838 2839 2840 2841 2842 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2837 class AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails < Struct.new( :launch_template_specification, :overrides) SENSITIVE = [] include Aws::Structure end |
#overrides ⇒ Array<Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails>
Property values to use to override the values in the launch template.
2837 2838 2839 2840 2841 2842 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2837 class AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails < Struct.new( :launch_template_specification, :overrides) SENSITIVE = [] include Aws::Structure end |