Class: Aws::IdentityStore::Types::GetGroupMembershipIdRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::GetGroupMembershipIdRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-identitystore/types.rb
Overview
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.
Instance Attribute Details
#group_id ⇒ String
The identifier for a group in the identity store.
915 916 917 918 919 920 921 |
# File 'lib/aws-sdk-identitystore/types.rb', line 915 class GetGroupMembershipIdRequest < Struct.new( :identity_store_id, :group_id, :member_id) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
915 916 917 918 919 920 921 |
# File 'lib/aws-sdk-identitystore/types.rb', line 915 class GetGroupMembershipIdRequest < Struct.new( :identity_store_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.
915 916 917 918 919 920 921 |
# File 'lib/aws-sdk-identitystore/types.rb', line 915 class GetGroupMembershipIdRequest < Struct.new( :identity_store_id, :group_id, :member_id) SENSITIVE = [] include Aws::Structure end |