Class: Aws::QuickSight::Types::ListRoleMembershipsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListRoleMembershipsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that you want to create a group in.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#namespace ⇒ String
The namespace that includes the role.
-
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
-
#role ⇒ String
The name of the role.
Instance Attribute Details
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.
21337 21338 21339 21340 21341 21342 21343 21344 21345 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21337 class ListRoleMembershipsRequest < Struct.new( :role, :next_token, :max_results, :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
21337 21338 21339 21340 21341 21342 21343 21344 21345 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21337 class ListRoleMembershipsRequest < Struct.new( :role, :next_token, :max_results, :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace that includes the role.
21337 21338 21339 21340 21341 21342 21343 21344 21345 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21337 class ListRoleMembershipsRequest < Struct.new( :role, :next_token, :max_results, :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
21337 21338 21339 21340 21341 21342 21343 21344 21345 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21337 class ListRoleMembershipsRequest < Struct.new( :role, :next_token, :max_results, :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The name of the role.
21337 21338 21339 21340 21341 21342 21343 21344 21345 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21337 class ListRoleMembershipsRequest < Struct.new( :role, :next_token, :max_results, :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |