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`.
2735 2736 2737 2738 2739 2740 2741 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2735 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`.
2735 2736 2737 2738 2739 2740 2741 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2735 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`.
2735 2736 2737 2738 2739 2740 2741 |
# File 'lib/aws-sdk-securityhub/types.rb', line 2735 class AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |