Class: Aws::QuickSight::Types::ListUserGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListUserGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID that the user is in.
-
#max_results ⇒ Integer
The maximum number of results to return from this request.
-
#namespace ⇒ String
The namespace.
-
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
-
#user_name ⇒ String
The Amazon QuickSight user name that you want to list group memberships for.
Instance Attribute Details
#aws_account_id ⇒ String
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.
23375 23376 23377 23378 23379 23380 23381 23382 23383 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23375 class ListUserGroupsRequest < Struct.new( :user_name, :aws_account_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return from this request.
23375 23376 23377 23378 23379 23380 23381 23382 23383 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23375 class ListUserGroupsRequest < Struct.new( :user_name, :aws_account_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace. Currently, you should set this to ‘default`.
23375 23376 23377 23378 23379 23380 23381 23382 23383 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23375 class ListUserGroupsRequest < Struct.new( :user_name, :aws_account_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
23375 23376 23377 23378 23379 23380 23381 23382 23383 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23375 class ListUserGroupsRequest < Struct.new( :user_name, :aws_account_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The Amazon QuickSight user name that you want to list group memberships for.
23375 23376 23377 23378 23379 23380 23381 23382 23383 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23375 class ListUserGroupsRequest < Struct.new( :user_name, :aws_account_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |