Class: Aws::DirectoryService::Types::AssessmentValidation
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::AssessmentValidation
- Defined in:
- gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb
Overview
Contains information about a specific validation test performed during a directory assessment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ String
The category of the validation test.
-
#last_update_date_time ⇒ Time
The date and time when the validation test was completed or last updated.
-
#name ⇒ String
The name of the specific validation test performed within the category.
-
#start_time ⇒ Time
The date and time when the validation test was started.
-
#status ⇒ String
The result status of the validation test.
-
#status_code ⇒ String
A detailed status code providing additional information about the validation result.
-
#status_reason ⇒ String
A human-readable description of the validation result, including any error details or recommendations.
Instance Attribute Details
#category ⇒ String
The category of the validation test.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 486 class AssessmentValidation < Struct.new( :category, :name, :status, :status_code, :status_reason, :start_time, :last_update_date_time) SENSITIVE = [] include Aws::Structure end |
#last_update_date_time ⇒ Time
The date and time when the validation test was completed or last updated.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 486 class AssessmentValidation < Struct.new( :category, :name, :status, :status_code, :status_reason, :start_time, :last_update_date_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the specific validation test performed within the category.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 486 class AssessmentValidation < Struct.new( :category, :name, :status, :status_code, :status_reason, :start_time, :last_update_date_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The date and time when the validation test was started.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 486 class AssessmentValidation < Struct.new( :category, :name, :status, :status_code, :status_reason, :start_time, :last_update_date_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The result status of the validation test. Valid values include
SUCCESS
, FAILED
, PENDING
, and IN_PROGRESS
.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 486 class AssessmentValidation < Struct.new( :category, :name, :status, :status_code, :status_reason, :start_time, :last_update_date_time) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ String
A detailed status code providing additional information about the validation result.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 486 class AssessmentValidation < Struct.new( :category, :name, :status, :status_code, :status_reason, :start_time, :last_update_date_time) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
A human-readable description of the validation result, including any error details or recommendations.
486 487 488 489 490 491 492 493 494 495 496 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 486 class AssessmentValidation < Struct.new( :category, :name, :status, :status_code, :status_reason, :start_time, :last_update_date_time) SENSITIVE = [] include Aws::Structure end |