Class: Aws::IdentityStore::Types::DescribeGroupMembershipResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The identifier for a group in the identity store.

Returns:

  • (String)


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_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


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

An object containing the identifier of a group member.

Returns:



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_idString

The identifier for a GroupMembership in an identity store.

Returns:

  • (String)


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