Class: Aws::DirectoryService::Types::CreateHybridADResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CreateHybridADResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The unique identifier of the newly created hybrid directory.
Instance Attribute Details
#directory_id ⇒ String
The unique identifier of the newly created hybrid directory.
1198 1199 1200 1201 1202 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1198 class CreateHybridADResult < Struct.new( :directory_id) SENSITIVE = [] include Aws::Structure end |