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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


5074
5075
5076
5077
5078
# File 'lib/aws-sdk-cloudformation/types.rb', line 5074

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