Class: Aws::IdentityStore::Types::DescribeGroupMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::DescribeGroupMembershipResponse
- Defined in:
- gems/aws-sdk-identitystore/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 containing the identifier of a group member.
-
#membership_id ⇒ String
The identifier for a
GroupMembership
in an identity store.
Instance Attribute Details
#group_id ⇒ String
The identifier for a group in the identity store.
467 468 469 470 471 472 473 474 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 467 class DescribeGroupMembershipResponse < 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.
467 468 469 470 471 472 473 474 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 467 class DescribeGroupMembershipResponse < Struct.new( :identity_store_id, :membership_id, :group_id, :member_id) SENSITIVE = [] include Aws::Structure end |
#member_id ⇒ Types::MemberId
An object containing the identifier of a group member.
467 468 469 470 471 472 473 474 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 467 class DescribeGroupMembershipResponse < Struct.new( :identity_store_id, :membership_id, :group_id, :member_id) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
The identifier for a GroupMembership
in an identity store.
467 468 469 470 471 472 473 474 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 467 class DescribeGroupMembershipResponse < Struct.new( :identity_store_id, :membership_id, :group_id, :member_id) SENSITIVE = [] include Aws::Structure end |