Class: Aws::DirectoryServiceData::Types::Member

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

Overview

A member object that contains identifying information for a specified member.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_typeString

The AD type of the member object.

Returns:

  • (String)


1178
1179
1180
1181
1182
1183
1184
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1178

class Member < Struct.new(
  :member_type,
  :sam_account_name,
  :sid)
  SENSITIVE = []
  include Aws::Structure
end

#sam_account_nameString

The name of the group member.

Returns:

  • (String)


1178
1179
1180
1181
1182
1183
1184
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1178

class Member < Struct.new(
  :member_type,
  :sam_account_name,
  :sid)
  SENSITIVE = []
  include Aws::Structure
end

#sidString

The unique security identifier (SID) of the group member.

Returns:

  • (String)


1178
1179
1180
1181
1182
1183
1184
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1178

class Member < Struct.new(
  :member_type,
  :sam_account_name,
  :sid)
  SENSITIVE = []
  include Aws::Structure
end