Class: Aws::IdentityStore::Types::GroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::GroupMembership
- 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
-
#group_id ⇒ String
The identifier for a group in the identity store.
-
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
-
#member_id ⇒ Types::MemberId
An object that contains the identifier of a group member.
-
#membership_id ⇒ String
The identifier for a
GroupMembership
object in an identity store.
Instance Attribute Details
#group_id ⇒ String
The identifier for a group in the identity store.
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_id ⇒ String
The globally unique identifier for the identity store.
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_id ⇒ Types::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.
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_id ⇒ String
The identifier for a GroupMembership
object in an identity store.
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 |