Class: Aws::DirectoryService::Types::StartADAssessmentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::StartADAssessmentResult
- Defined in:
- gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The unique identifier of the newly started directory assessment.
Instance Attribute Details
#assessment_id ⇒ String
The unique identifier of the newly started directory assessment. Use this identifier to monitor assessment progress and retrieve results.
5199 5200 5201 5202 5203 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 5199 class StartADAssessmentResult < Struct.new( :assessment_id) SENSITIVE = [] include Aws::Structure end |