Class: Aws::DirectoryService::Types::CreateMicrosoftADResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CreateMicrosoftADResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Result of a CreateMicrosoftAD request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the directory that was created.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory that was created.
926 927 928 929 930 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 926 class CreateMicrosoftADResult < Struct.new( :directory_id) SENSITIVE = [] include Aws::Structure end |