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.
23194 23195 23196 23197 23198 23199 23200 23201 23202 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23194 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.
23194 23195 23196 23197 23198 23199 23200 23201 23202 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23194 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`.
23194 23195 23196 23197 23198 23199 23200 23201 23202 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23194 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.
23194 23195 23196 23197 23198 23199 23200 23201 23202 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23194 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.
23194 23195 23196 23197 23198 23199 23200 23201 23202 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23194 class ListUserGroupsRequest < Struct.new( :user_name, :aws_account_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |