Class: Aws::IdentityStore::Types::ListGroupMembershipsForMemberResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_membershipsArray<Types::GroupMembership>

A list of GroupMembership objects in the group for a specified member.

Returns:



1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1051

class ListGroupMembershipsForMemberResponse < Struct.new(
  :group_memberships,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token used for the ListUsers, ListGroups, and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.

Returns:

  • (String)


1051
1052
1053
1054
1055
1056
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1051

class ListGroupMembershipsForMemberResponse < Struct.new(
  :group_memberships,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end