Class: Aws::CloudFormation::Types::ListExportsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListExportsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
5074 5075 5076 5077 5078 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 5074 class ListExportsInput < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |