Class: Aws::Imagebuilder::Types::LaunchTemplateConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The account ID that this configuration applies to.

Returns:

  • (String)


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_idString

Identifies the Amazon EC2 launch template to use.

Returns:

  • (String)


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_versionBoolean

Set the specified Amazon EC2 launch template as the default launch template for the specified account.

Returns:

  • (Boolean)


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