Class: Aws::EC2::Types::FastLaunchLaunchTemplateSpecificationResponse

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

Overview

Identifies the launch template that the AMI uses for Windows fast launch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_template_idString

The ID of the launch template that the AMI uses for Windows fast launch.

Returns:

  • (String)


32541
32542
32543
32544
32545
32546
32547
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32541

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

#launch_template_nameString

The name of the launch template that the AMI uses for Windows fast launch.

Returns:

  • (String)


32541
32542
32543
32544
32545
32546
32547
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32541

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

#versionString

The version of the launch template that the AMI uses for Windows fast launch.

Returns:

  • (String)


32541
32542
32543
32544
32545
32546
32547
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32541

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