Class: Aws::DirectoryServiceData::Types::CreateUserResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryServiceData::Types::CreateUserResult
- Defined in:
- gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier (ID) of the directory where the address block is added.
-
#sam_account_name ⇒ String
The name of the user.
-
#sid ⇒ String
The unique security identifier (SID) of the user.
Instance Attribute Details
#directory_id ⇒ String
The identifier (ID) of the directory where the address block is added.
359 360 361 362 363 364 365 |
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 359 class CreateUserResult < Struct.new( :directory_id, :sam_account_name, :sid) SENSITIVE = [] include Aws::Structure end |
#sam_account_name ⇒ String
The name of the user.
359 360 361 362 363 364 365 |
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 359 class CreateUserResult < Struct.new( :directory_id, :sam_account_name, :sid) SENSITIVE = [] include Aws::Structure end |
#sid ⇒ String
The unique security identifier (SID) of the user.
359 360 361 362 363 364 365 |
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 359 class CreateUserResult < Struct.new( :directory_id, :sam_account_name, :sid) SENSITIVE = [] include Aws::Structure end |