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.
21941 21942 21943 21944 21945 21946 21947 21948 21949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21941 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.
21941 21942 21943 21944 21945 21946 21947 21948 21949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21941 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`.
21941 21942 21943 21944 21945 21946 21947 21948 21949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21941 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.
21941 21942 21943 21944 21945 21946 21947 21948 21949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21941 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.
21941 21942 21943 21944 21945 21946 21947 21948 21949 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21941 class ListUserGroupsRequest < Struct.new( :user_name, :aws_account_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |