Class: Aws::IdentityStore::Types::GroupMembership

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The date and time the group membership was created.

Returns:

  • (Time)


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_byString

The identifier of the user or system that created the group membership.

Returns:

  • (String)


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_idString

The identifier for a group in the identity store.

Returns:

  • (String)


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_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


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_idTypes::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.

Returns:



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_idString

The identifier for a GroupMembership object in an identity store.

Returns:

  • (String)


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_atTime

The date and time the group membership was last updated.

Returns:

  • (Time)


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_byString

The identifier of the user or system that last updated the group membership.

Returns:

  • (String)


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