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_outputTypes::AppValidationOutput

The output from validating an application.

Returns:

#latest_validation_timeTime

The latest time that the validation was performed.

Returns:

  • (Time)

    The latest time that the validation was performed.

#nameString

The name of the validation.

Returns:

  • (String)

    The name of the validation.

#server_validation_outputTypes::ServerValidationOutput

The output from validation an instance.

Returns:

#statusString

The status of the validation.

Possible values:

  • READY_FOR_VALIDATION
  • PENDING
  • IN_PROGRESS
  • SUCCEEDED
  • FAILED

Returns:

  • (String)

    The status of the validation.

#status_messageString

The status message.

Returns:

  • (String)

    The status message.

#validation_idString

The ID of the validation.

Returns:

  • (String)

    The ID of the validation.