Class: Aws::QuickSight::Types::ListUserGroupsResponse

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

#group_listArray<Types::Group>

The list of groups the user is a member of.

Returns:



21969
21970
21971
21972
21973
21974
21975
21976
# File 'lib/aws-sdk-quicksight/types.rb', line 21969

class ListUserGroupsResponse < Struct.new(
  :group_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)


21969
21970
21971
21972
21973
21974
21975
21976
# File 'lib/aws-sdk-quicksight/types.rb', line 21969

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


21969
21970
21971
21972
21973
21974
21975
21976
# File 'lib/aws-sdk-quicksight/types.rb', line 21969

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


21969
21970
21971
21972
21973
21974
21975
21976
# File 'lib/aws-sdk-quicksight/types.rb', line 21969

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