Class: Aws::CloudFormation::Types::ListExportsOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#exportsArray<Types::Export>

The output for the ListExports action.

Returns:



2821
2822
2823
2824
2825
# File 'lib/aws-sdk-cloudformation/types.rb', line 2821

class ListExportsOutput < Struct.new(
  :exports,
  :next_token)
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


2821
2822
2823
2824
2825
# File 'lib/aws-sdk-cloudformation/types.rb', line 2821

class ListExportsOutput < Struct.new(
  :exports,
  :next_token)
  include Aws::Structure
end