Class: Aws::IdentityStore::Types::DescribeGroupMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::DescribeGroupMembershipRequest
- 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
GroupMembershipin an identity store.
Instance Attribute Details
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
479 480 481 482 483 484 |
# File 'lib/aws-sdk-identitystore/types.rb', line 479 class DescribeGroupMembershipRequest < Struct.new( :identity_store_id, :membership_id) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
The identifier for a GroupMembership in an identity store.
479 480 481 482 483 484 |
# File 'lib/aws-sdk-identitystore/types.rb', line 479 class DescribeGroupMembershipRequest < Struct.new( :identity_store_id, :membership_id) SENSITIVE = [] include Aws::Structure end |