Class: Aws::CloudFormation::Types::ListExportsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListExportsInput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.
Instance Attribute Details
#next_token ⇒ String
A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.
4671 4672 4673 4674 4675 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4671 class ListExportsInput < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |