Class: Aws::EC2::Types::DescribeLaunchTemplatesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_templatesArray<Types::LaunchTemplate>

Information about the launch templates.

Returns:



21594
21595
21596
21597
21598
21599
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 21594

class DescribeLaunchTemplatesResult < Struct.new(
  :launch_templates,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


21594
21595
21596
21597
21598
21599
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 21594

class DescribeLaunchTemplatesResult < Struct.new(
  :launch_templates,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end