Class: Aws::IdentityStore::Types::GroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::GroupMembership
- Defined in:
- gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb
Overview
Contains the identifiers for a group, a group member, and a
GroupMembership object in the identity store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time the group membership was created.
-
#created_by ⇒ String
The identifier of the user or system that created the group membership.
-
#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.
-
#membership_id ⇒ String
The identifier for a
GroupMembershipobject in an identity store. -
#updated_at ⇒ Time
The date and time the group membership was last updated.
-
#updated_by ⇒ String
The identifier of the user or system that last updated the group membership.
Instance Attribute Details
#created_at ⇒ Time
The date and time the group membership was created.
1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1072 class GroupMembership < Struct.new( :identity_store_id, :membership_id, :group_id, :member_id, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The identifier of the user or system that created the group membership.
1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1072 class GroupMembership < Struct.new( :identity_store_id, :membership_id, :group_id, :member_id, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
The identifier for a group in the identity store.
1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1072 class GroupMembership < Struct.new( :identity_store_id, :membership_id, :group_id, :member_id, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1072 class GroupMembership < Struct.new( :identity_store_id, :membership_id, :group_id, :member_id, :created_at, :updated_at, :created_by, :updated_by) 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.
1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1072 class GroupMembership < Struct.new( :identity_store_id, :membership_id, :group_id, :member_id, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
The identifier for a GroupMembership object in an identity store.
1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1072 class GroupMembership < Struct.new( :identity_store_id, :membership_id, :group_id, :member_id, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the group membership was last updated.
1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1072 class GroupMembership < Struct.new( :identity_store_id, :membership_id, :group_id, :member_id, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The identifier of the user or system that last updated the group membership.
1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 1072 class GroupMembership < Struct.new( :identity_store_id, :membership_id, :group_id, :member_id, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |