Class: Aws::IdentityStore::Types::CreateGroupMembershipRequest

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)


193
194
195
196
197
198
199
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 193

class CreateGroupMembershipRequest < Struct.new(
  :identity_store_id,
  :group_id,
  :member_id)
  SENSITIVE = []
  include Aws::Structure
end

#identity_store_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


193
194
195
196
197
198
199
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 193

class CreateGroupMembershipRequest < Struct.new(
  :identity_store_id,
  :group_id,
  :member_id)
  SENSITIVE = []
  include Aws::Structure
end

#member_idTypes::MemberId

An object that contains the identifier of a group member. Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.

Returns:



193
194
195
196
197
198
199
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 193

class CreateGroupMembershipRequest < Struct.new(
  :identity_store_id,
  :group_id,
  :member_id)
  SENSITIVE = []
  include Aws::Structure
end