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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exportsArray<Types::Export>

The output for the ListExports action.

Returns:



4680
4681
4682
4683
4684
4685
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4680

class ListExportsOutput < Struct.new(
  :exports,
  :next_token)
  SENSITIVE = []
  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)


4680
4681
4682
4683
4684
4685
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4680

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