Class: Aws::DirectoryService::Types::StartADAssessmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::StartADAssessmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_configuration ⇒ Types::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.
-
#directory_id ⇒ String
The identifier of the directory for which to perform the assessment.
Instance Attribute Details
#assessment_configuration ⇒ Types::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_id ⇒ String
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.
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 |