Class: Aws::QuickSight::Types::ListRoleMembershipsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListRoleMembershipsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#members_list ⇒ Array<String>
The list of groups associated with a role.
-
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#members_list ⇒ Array<String>
The list of groups associated with a role
21365 21366 21367 21368 21369 21370 21371 21372 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21365 class ListRoleMembershipsResponse < Struct.new( :members_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
21365 21366 21367 21368 21369 21370 21371 21372 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21365 class ListRoleMembershipsResponse < Struct.new( :members_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
21365 21366 21367 21368 21369 21370 21371 21372 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21365 class ListRoleMembershipsResponse < Struct.new( :members_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
21365 21366 21367 21368 21369 21370 21371 21372 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21365 class ListRoleMembershipsResponse < Struct.new( :members_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |