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.
22590 22591 22592 22593 22594 22595 22596 22597 22598 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22590 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.
22590 22591 22592 22593 22594 22595 22596 22597 22598 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22590 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.
22590 22591 22592 22593 22594 22595 22596 22597 22598 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22590 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.
22590 22591 22592 22593 22594 22595 22596 22597 22598 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22590 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.
22590 22591 22592 22593 22594 22595 22596 22597 22598 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22590 class ListRoleMembershipsRequest < Struct.new( :role, :next_token, :max_results, :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end |