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

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

#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)


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