Class: Aws::CloudFormation::Types::ListExportsInput

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

Overview

Note:

When making an API call, you may pass ListExportsInput data as a hash:

{
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

Returns:

  • (String)


2301
2302
2303
2304
# File 'lib/aws-sdk-cloudformation/types.rb', line 2301

class ListExportsInput < Struct.new(
  :next_token)
  include Aws::Structure
end