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
show all
Defined in:
(unknown)

Overview

Contains validation output.

Instance Attribute Summary collapse

Instance Attribute Details

#app_validation_output ⇒ Types::AppValidationOutput

The output from validating an application.

Returns:

#latest_validation_time ⇒ Time

The latest time that the validation was performed.

Returns:

  • (Time) —

    The latest time that the validation was performed.

#name ⇒ String

The name of the validation.

Returns:

  • (String) —

    The name of the validation.

#server_validation_output ⇒ Types::ServerValidationOutput

The output from validation an instance.

Returns:

#status ⇒ String

The status of the validation.

Possible values:

  • READY_FOR_VALIDATION
  • PENDING
  • IN_PROGRESS
  • SUCCEEDED
  • FAILED

Returns:

  • (String) —

    The status of the validation.

#status_message ⇒ String

The status message.

Returns:

  • (String) —

    The status message.

#validation_id ⇒ String

The ID of the validation.

Returns:

  • (String) —

    The ID of the validation.