Class: Aws::QuickSight::Types::ListRoleMembershipsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#members_listArray<String>

The list of groups associated with a role

Returns:

  • (Array<String>)


19516
19517
19518
19519
19520
19521
19522
19523
# File 'lib/aws-sdk-quicksight/types.rb', line 19516

class ListRoleMembershipsResponse < Struct.new(
  :members_list,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token that can be used in a subsequent request.

Returns:

  • (String)


19516
19517
19518
19519
19520
19521
19522
19523
# File 'lib/aws-sdk-quicksight/types.rb', line 19516

class ListRoleMembershipsResponse < Struct.new(
  :members_list,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


19516
19517
19518
19519
19520
19521
19522
19523
# File 'lib/aws-sdk-quicksight/types.rb', line 19516

class ListRoleMembershipsResponse < Struct.new(
  :members_list,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


19516
19517
19518
19519
19520
19521
19522
19523
# File 'lib/aws-sdk-quicksight/types.rb', line 19516

class ListRoleMembershipsResponse < Struct.new(
  :members_list,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end