Class: Aws::CloudFormation::Types::ListGeneratedTemplatesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


5263
5264
5265
5266
5267
5268
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5263

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

#summariesArray<Types::TemplateSummary>

A list of summaries of the generated templates.

Returns:



5263
5264
5265
5266
5267
5268
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 5263

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