Class: Aws::QuickSight::Types::ListNamespacesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.

Returns:

  • (String)


20046
20047
20048
20049
20050
20051
20052
# File 'lib/aws-sdk-quicksight/types.rb', line 20046

class ListNamespacesRequest < Struct.new(
  :aws_account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


20046
20047
20048
20049
20050
20051
20052
# File 'lib/aws-sdk-quicksight/types.rb', line 20046

class ListNamespacesRequest < Struct.new(
  :aws_account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previous ‘ListNameSpaces` API call if there is more data that can be returned. To receive the data, make another `ListNamespaces` API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a `ListNamespaces` API call with an expired token, you will receive a `HTTP 400 InvalidNextTokenException` error.

Returns:

  • (String)


20046
20047
20048
20049
20050
20051
20052
# File 'lib/aws-sdk-quicksight/types.rb', line 20046

class ListNamespacesRequest < Struct.new(
  :aws_account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end