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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/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 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 5199

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