Class: Aws::Imagebuilder::Types::LaunchTemplateConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LaunchTemplateConfiguration
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Identifies an Amazon EC2 launch template to use for a specific account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID that this configuration applies to.
-
#launch_template_id ⇒ String
Identifies the Amazon EC2 launch template to use.
-
#set_default_version ⇒ Boolean
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
Instance Attribute Details
#account_id ⇒ String
The account ID that this configuration applies to.
4845 4846 4847 4848 4849 4850 4851 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4845 class LaunchTemplateConfiguration < Struct.new( :launch_template_id, :account_id, :set_default_version) SENSITIVE = [] include Aws::Structure end |
#launch_template_id ⇒ String
Identifies the Amazon EC2 launch template to use.
4845 4846 4847 4848 4849 4850 4851 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4845 class LaunchTemplateConfiguration < Struct.new( :launch_template_id, :account_id, :set_default_version) SENSITIVE = [] include Aws::Structure end |
#set_default_version ⇒ Boolean
Set the specified Amazon EC2 launch template as the default launch template for the specified account.
4845 4846 4847 4848 4849 4850 4851 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4845 class LaunchTemplateConfiguration < Struct.new( :launch_template_id, :account_id, :set_default_version) SENSITIVE = [] include Aws::Structure end |