Method: Aws::QuickSight::Types::ListFoldersResponse#next_token

Defined in:
lib/aws-sdk-quicksight/types.rb

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


22347
22348
22349
22350
22351
22352
22353
22354
# File 'lib/aws-sdk-quicksight/types.rb', line 22347

class ListFoldersResponse < Struct.new(
  :status,
  :folder_summary_list,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end