Class: Aws::EC2::Types::DescribeLaunchTemplatesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeLaunchTemplatesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_templates ⇒ Array<Types::LaunchTemplate>
Information about the launch templates.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#launch_templates ⇒ Array<Types::LaunchTemplate>
Information about the launch templates.
23509 23510 23511 23512 23513 23514 |
# File 'lib/aws-sdk-ec2/types.rb', line 23509 class DescribeLaunchTemplatesResult < Struct.new( :launch_templates, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
23509 23510 23511 23512 23513 23514 |
# File 'lib/aws-sdk-ec2/types.rb', line 23509 class DescribeLaunchTemplatesResult < Struct.new( :launch_templates, :next_token) SENSITIVE = [] include Aws::Structure end |