Class: Aws::DirectoryService::Types::UpdateHybridADResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::UpdateHybridADResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The identifier of the assessment performed to validate the update configuration.
-
#directory_id ⇒ String
The identifier of the updated hybrid directory.
Instance Attribute Details
#assessment_id ⇒ String
The identifier of the assessment performed to validate the update configuration. This assessment ensures the updated settings are compatible with your environment.
5583 5584 5585 5586 5587 5588 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 5583 class UpdateHybridADResult < Struct.new( :directory_id, :assessment_id) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The identifier of the updated hybrid directory.
5583 5584 5585 5586 5587 5588 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 5583 class UpdateHybridADResult < Struct.new( :directory_id, :assessment_id) SENSITIVE = [] include Aws::Structure end |