Class: Aws::CloudFormation::Types::ListExportsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListExportsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exports ⇒ Array<Types::Export>
The output for the ListExports action.
-
#next_token ⇒ String
If the output exceeds 100 exported output values, a string that identifies the next page of exports.
Instance Attribute Details
#exports ⇒ Array<Types::Export>
The output for the ListExports action.
4689 4690 4691 4692 4693 4694 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4689 class ListExportsOutput < Struct.new( :exports, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the output exceeds 100 exported output values, a string that identifies the next page of exports. If there is no additional page, this value is null.
4689 4690 4691 4692 4693 4694 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4689 class ListExportsOutput < Struct.new( :exports, :next_token) SENSITIVE = [] include Aws::Structure end |