Class: Aws::SecurityHub::Types::AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about the launch template to use.
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.
2891 2892 2893 2894 2895 2896 2897 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2891 class AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification < 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.
2891 2892 2893 2894 2895 2896 2897 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2891 class AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification < 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.
2891 2892 2893 2894 2895 2896 2897 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2891 class AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |