Class: Aws::CloudFormation::Types::ListGeneratedTemplatesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListGeneratedTemplatesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the request doesn’t return all the remaining results, ‘NextToken` is set to a token.
-
#summaries ⇒ Array<Types::TemplateSummary>
A list of summaries of the generated templates.
Instance Attribute Details
#next_token ⇒ String
If the request doesn’t return all the remaining results, ‘NextToken` is set to a token. To retrieve the next set of results, call `ListGeneratedTemplates` again and use that value for the `NextToken` parameter. If the request returns all results, `NextToken` is set to an empty string.
4731 4732 4733 4734 4735 4736 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4731 class ListGeneratedTemplatesOutput < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#summaries ⇒ Array<Types::TemplateSummary>
A list of summaries of the generated templates.
4731 4732 4733 4734 4735 4736 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4731 class ListGeneratedTemplatesOutput < Struct.new( :summaries, :next_token) SENSITIVE = [] include Aws::Structure end |