Class: Aws::DirectoryService::Types::AssessmentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::AssessmentSummary
- Defined in:
- gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb
Overview
Contains summary information about a directory assessment, providing a high-level overview without detailed validation results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The unique identifier of the directory assessment.
-
#customer_dns_ips ⇒ Array<String>
The IP addresses of the DNS servers or domain controllers in your self-managed AD environment.
-
#directory_id ⇒ String
The identifier of the directory associated with this assessment.
-
#dns_name ⇒ String
The fully qualified domain name (FQDN) of the Active Directory domain being assessed.
-
#last_update_date_time ⇒ Time
The date and time when the assessment status was last updated.
-
#report_type ⇒ String
The type of assessment report generated.
-
#start_time ⇒ Time
The date and time when the assessment was initiated.
-
#status ⇒ String
The current status of the assessment.
Instance Attribute Details
#assessment_id ⇒ String
The unique identifier of the directory assessment.
435 436 437 438 439 440 441 442 443 444 445 446 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 435 class AssessmentSummary < Struct.new( :assessment_id, :directory_id, :dns_name, :start_time, :last_update_date_time, :status, :customer_dns_ips, :report_type) SENSITIVE = [] include Aws::Structure end |
#customer_dns_ips ⇒ Array<String>
The IP addresses of the DNS servers or domain controllers in your self-managed AD environment.
435 436 437 438 439 440 441 442 443 444 445 446 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 435 class AssessmentSummary < Struct.new( :assessment_id, :directory_id, :dns_name, :start_time, :last_update_date_time, :status, :customer_dns_ips, :report_type) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The identifier of the directory associated with this assessment.
435 436 437 438 439 440 441 442 443 444 445 446 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 435 class AssessmentSummary < Struct.new( :assessment_id, :directory_id, :dns_name, :start_time, :last_update_date_time, :status, :customer_dns_ips, :report_type) SENSITIVE = [] include Aws::Structure end |
#dns_name ⇒ String
The fully qualified domain name (FQDN) of the Active Directory domain being assessed.
435 436 437 438 439 440 441 442 443 444 445 446 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 435 class AssessmentSummary < Struct.new( :assessment_id, :directory_id, :dns_name, :start_time, :last_update_date_time, :status, :customer_dns_ips, :report_type) SENSITIVE = [] include Aws::Structure end |
#last_update_date_time ⇒ Time
The date and time when the assessment status was last updated.
435 436 437 438 439 440 441 442 443 444 445 446 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 435 class AssessmentSummary < Struct.new( :assessment_id, :directory_id, :dns_name, :start_time, :last_update_date_time, :status, :customer_dns_ips, :report_type) SENSITIVE = [] include Aws::Structure end |
#report_type ⇒ String
The type of assessment report generated. Valid values include
CUSTOMER
and SYSTEM
.
435 436 437 438 439 440 441 442 443 444 445 446 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 435 class AssessmentSummary < Struct.new( :assessment_id, :directory_id, :dns_name, :start_time, :last_update_date_time, :status, :customer_dns_ips, :report_type) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The date and time when the assessment was initiated.
435 436 437 438 439 440 441 442 443 444 445 446 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 435 class AssessmentSummary < Struct.new( :assessment_id, :directory_id, :dns_name, :start_time, :last_update_date_time, :status, :customer_dns_ips, :report_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the assessment. Valid values include
SUCCESS
, FAILED
, PENDING
, and IN_PROGRESS
.
435 436 437 438 439 440 441 442 443 444 445 446 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 435 class AssessmentSummary < Struct.new( :assessment_id, :directory_id, :dns_name, :start_time, :last_update_date_time, :status, :customer_dns_ips, :report_type) SENSITIVE = [] include Aws::Structure end |