Class: Aws::IdentityStore::Types::ListGroupMembershipsRequest

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_idString

The identifier for a group in the identity store.

Returns:

  • (String)


1083
1084
1085
1086
1087
1088
1089
1090
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1083

class ListGroupMembershipsRequest < Struct.new(
  :identity_store_id,
  :group_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#identity_store_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


1083
1084
1085
1086
1087
1088
1089
1090
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1083

class ListGroupMembershipsRequest < Struct.new(
  :identity_store_id,
  :group_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be returned per request. This parameter is used in all List requests to specify how many results to return in one page.

Returns:

  • (Integer)


1083
1084
1085
1086
1087
1088
1089
1090
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1083

class ListGroupMembershipsRequest < Struct.new(
  :identity_store_id,
  :group_id,
  :max_results,
  :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)


1083
1084
1085
1086
1087
1088
1089
1090
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1083

class ListGroupMembershipsRequest < Struct.new(
  :identity_store_id,
  :group_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end