Class: Aws::IdentityStore::Types::GetGroupMembershipIdResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::GetGroupMembershipIdResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-identitystore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
-
#membership_id ⇒ String
The identifier for a ‘GroupMembership` in an identity store.
Instance Attribute Details
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
933 934 935 936 937 938 |
# File 'lib/aws-sdk-identitystore/types.rb', line 933 class GetGroupMembershipIdResponse < Struct.new( :membership_id, :identity_store_id) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
The identifier for a ‘GroupMembership` in an identity store.
933 934 935 936 937 938 |
# File 'lib/aws-sdk-identitystore/types.rb', line 933 class GetGroupMembershipIdResponse < Struct.new( :membership_id, :identity_store_id) SENSITIVE = [] include Aws::Structure end |