Class: Aws::IdentityStore::Types::CreateGroupMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::CreateGroupMembershipResponse
- Defined in:
- gems/aws-sdk-identitystore/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 newly created
GroupMembershipin an identity store.
Instance Attribute Details
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
219 220 221 222 223 224 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 219 class CreateGroupMembershipResponse < Struct.new( :membership_id, :identity_store_id) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
The identifier for a newly created GroupMembership in an identity
store.
219 220 221 222 223 224 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 219 class CreateGroupMembershipResponse < Struct.new( :membership_id, :identity_store_id) SENSITIVE = [] include Aws::Structure end |