Class: Aws::QuickSight::Types::ListUserGroupsRequest

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 Amazon Web Services account ID that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

Returns:

  • (String)


19927
19928
19929
19930
19931
19932
19933
19934
19935
# File 'lib/aws-sdk-quicksight/types.rb', line 19927

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

#max_resultsInteger

The maximum number of results to return from this request.

Returns:

  • (Integer)


19927
19928
19929
19930
19931
19932
19933
19934
19935
# File 'lib/aws-sdk-quicksight/types.rb', line 19927

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

#namespaceString

The namespace. Currently, you should set this to ‘default`.

Returns:

  • (String)


19927
19928
19929
19930
19931
19932
19933
19934
19935
# File 'lib/aws-sdk-quicksight/types.rb', line 19927

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

#next_tokenString

A pagination token that can be used in a subsequent request.

Returns:

  • (String)


19927
19928
19929
19930
19931
19932
19933
19934
19935
# File 'lib/aws-sdk-quicksight/types.rb', line 19927

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

#user_nameString

The Amazon QuickSight user name that you want to list group memberships for.

Returns:

  • (String)


19927
19928
19929
19930
19931
19932
19933
19934
19935
# File 'lib/aws-sdk-quicksight/types.rb', line 19927

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