You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListUserGroupsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  user_name: "UserName", # required
  aws_account_id: "AwsAccountId", # required
  namespace: "Namespace", # required
  next_token: "String",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The AWS account ID that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.

Returns:

  • (String)

    The AWS account ID that the user is in.

#max_resultsInteger

The maximum number of results to return from this request.

Returns:

  • (Integer)

    The maximum number of results to return from this request.

#namespaceString

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

Returns:

  • (String)

    The namespace.

#next_tokenString

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

Returns:

  • (String)

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

#user_nameString

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

Returns:

  • (String)

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