Class: Aws::DirectoryService::Types::StartADAssessmentRequest

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_configurationTypes::AssessmentConfiguration

Configuration parameters for the directory assessment, including DNS server information, domain name, Amazon VPC subnet, and Amazon Web Services System Manager managed node details.



5185
5186
5187
5188
5189
5190
# File 'lib/aws-sdk-directoryservice/types.rb', line 5185

class StartADAssessmentRequest < Struct.new(
  :assessment_configuration,
  :directory_id)
  SENSITIVE = []
  include Aws::Structure
end

#directory_idString

The identifier of the directory for which to perform the assessment. This should be an existing directory. If the assessment is not for an existing directory, this parameter should be omitted.

Returns:

  • (String)


5185
5186
5187
5188
5189
5190
# File 'lib/aws-sdk-directoryservice/types.rb', line 5185

class StartADAssessmentRequest < Struct.new(
  :assessment_configuration,
  :directory_id)
  SENSITIVE = []
  include Aws::Structure
end