Class: Aws::DirectoryService::Types::StartADAssessmentResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directoryservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_idString

The unique identifier of the newly started directory assessment. Use this identifier to monitor assessment progress and retrieve results.

Returns:

  • (String)


5199
5200
5201
5202
5203
# File 'lib/aws-sdk-directoryservice/types.rb', line 5199

class StartADAssessmentResult < Struct.new(
  :assessment_id)
  SENSITIVE = []
  include Aws::Structure
end