Class: Aws::DirectoryServiceData::Types::Member
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryServiceData::Types::Member
- 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
-
#member_type ⇒ String
The AD type of the member object.
-
#sam_account_name ⇒ String
The name of the group member.
-
#sid ⇒ String
The unique security identifier (SID) of the group member.
Instance Attribute Details
#member_type ⇒ String
The AD type of the member object.
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_name ⇒ String
The name of the group member.
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 |
#sid ⇒ String
The unique security identifier (SID) of the group member.
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 |