Class: Aws::IdentityStore::Types::GroupMembership

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

Overview

Contains the identifiers for a group, a group member, and a GroupMembership object in the identity store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The identifier for a group in the identity store.

Returns:

  • (String)


901
902
903
904
905
906
907
908
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 901

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

#identity_store_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


901
902
903
904
905
906
907
908
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 901

class GroupMembership < Struct.new(
  :identity_store_id,
  :membership_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:



901
902
903
904
905
906
907
908
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 901

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

#membership_idString

The identifier for a GroupMembership object in an identity store.

Returns:

  • (String)


901
902
903
904
905
906
907
908
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 901

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