Class: Aws::SecurityHub::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about the launch template to use for a mixed instances policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_template_id ⇒ String
The identifier of the launch template.
-
#launch_template_name ⇒ String
The name of the launch template.
-
#version ⇒ String
Identifies the version of the launch template.
Instance Attribute Details
#launch_template_id ⇒ String
The identifier of the launch template. You must specify either ‘LaunchTemplateId` or `LaunchTemplateName`.
2857 2858 2859 2860 2861 2862 2863 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2857 class AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |
#launch_template_name ⇒ String
The name of the launch template. You must specify either ‘LaunchTemplateId` or `LaunchTemplateName`.
2857 2858 2859 2860 2861 2862 2863 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2857 class AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Identifies the version of the launch template. You can specify a version identifier, or use the values ‘$Latest` or `$Default`.
2857 2858 2859 2860 2861 2862 2863 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2857 class AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |