You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SMS::Types::ValidationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::ValidationOutput
- Defined in:
- (unknown)
Overview
Contains validation output.
Instance Attribute Summary collapse
-
#app_validation_output ⇒ Types::AppValidationOutput
The output from validating an application.
-
#latest_validation_time ⇒ Time
The latest time that the validation was performed.
-
#name ⇒ String
The name of the validation.
-
#server_validation_output ⇒ Types::ServerValidationOutput
The output from validation an instance.
-
#status ⇒ String
The status of the validation.
-
#status_message ⇒ String
The status message.
-
#validation_id ⇒ String
The ID of the validation.
Instance Attribute Details
#app_validation_output ⇒ Types::AppValidationOutput
The output from validating an application.
#latest_validation_time ⇒ Time
The latest time that the validation was performed.
#name ⇒ String
The name of the validation.
#server_validation_output ⇒ Types::ServerValidationOutput
The output from validation an instance.
#status ⇒ String
The status of the validation.
Possible values:
- READY_FOR_VALIDATION
- PENDING
- IN_PROGRESS
- SUCCEEDED
- FAILED
#status_message ⇒ String
The status message.
#validation_id ⇒ String
The ID of the validation.