Class: Aws::Drs::Types::DescribeLaunchConfigurationTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DescribeLaunchConfigurationTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::LaunchConfigurationTemplate>
List of items returned by DescribeLaunchConfigurationTemplates.
-
#next_token ⇒ String
The token of the next Launch Configuration Template to retrieve.
Instance Attribute Details
#items ⇒ Array<Types::LaunchConfigurationTemplate>
List of items returned by DescribeLaunchConfigurationTemplates.
788 789 790 791 792 793 |
# File 'lib/aws-sdk-drs/types.rb', line 788 class DescribeLaunchConfigurationTemplatesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token of the next Launch Configuration Template to retrieve.
788 789 790 791 792 793 |
# File 'lib/aws-sdk-drs/types.rb', line 788 class DescribeLaunchConfigurationTemplatesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |