You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::StatusReport

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A complex type that contains the status that one Amazon Route 53 health checker reports and the time of the health check.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#checked_timeTime

The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

Returns:

  • (Time)

    The date and time that the health checker performed the health check in [ISO 8601 format][1] and Coordinated Universal Time (UTC).

#statusString

A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

Returns:

  • (String)

    A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.