Class: Aws::CloudFormation::Types::ListGeneratedTemplatesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListGeneratedTemplatesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
If the number of available results exceeds this maximum, the response includes a ‘NextToken` value that you can use for the `NextToken` parameter to get the next set of results.
-
#next_token ⇒ String
A string that identifies the next page of resource scan results.
Instance Attribute Details
#max_results ⇒ Integer
If the number of available results exceeds this maximum, the response includes a ‘NextToken` value that you can use for the `NextToken` parameter to get the next set of results. By default the `ListGeneratedTemplates` API action will return at most 50 results in each response. The maximum value is 100.
4710 4711 4712 4713 4714 4715 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4710 class ListGeneratedTemplatesInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A string that identifies the next page of resource scan results.
4710 4711 4712 4713 4714 4715 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4710 class ListGeneratedTemplatesInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |