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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


19380
19381
19382
19383
19384
19385
19386
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19380

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)


19380
19381
19382
19383
19384
19385
19386
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19380

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)


19380
19381
19382
19383
19384
19385
19386
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19380

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