Class: Aws::EC2::Types::FastLaunchLaunchTemplateSpecificationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Request to create a launch template for a Windows fast launch enabled AMI.

<note markdown=“1”> Note - You can specify either the ‘LaunchTemplateName` or the `LaunchTemplateId`, but not both.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_template_idString

Specify the ID of the launch template that the AMI should use for Windows fast launch.

Returns:

  • (String)


32596
32597
32598
32599
32600
32601
32602
# File 'lib/aws-sdk-ec2/types.rb', line 32596

class FastLaunchLaunchTemplateSpecificationRequest < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#launch_template_nameString

Specify the name of the launch template that the AMI should use for Windows fast launch.

Returns:

  • (String)


32596
32597
32598
32599
32600
32601
32602
# File 'lib/aws-sdk-ec2/types.rb', line 32596

class FastLaunchLaunchTemplateSpecificationRequest < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

Specify the version of the launch template that the AMI should use for Windows fast launch.

Returns:

  • (String)


32596
32597
32598
32599
32600
32601
32602
# File 'lib/aws-sdk-ec2/types.rb', line 32596

class FastLaunchLaunchTemplateSpecificationRequest < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end