Class: Aws::IdentityStore::Types::DescribeGroupMembershipRequest

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

#identity_store_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


442
443
444
445
446
447
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 442

class DescribeGroupMembershipRequest < Struct.new(
  :identity_store_id,
  :membership_id)
  SENSITIVE = []
  include Aws::Structure
end

#membership_idString

The identifier for a GroupMembership in an identity store.

Returns:

  • (String)


442
443
444
445
446
447
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 442

class DescribeGroupMembershipRequest < Struct.new(
  :identity_store_id,
  :membership_id)
  SENSITIVE = []
  include Aws::Structure
end