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

Class: Aws::Route53::Types::HealthCheckObservation

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

Overview

A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker.

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressString

The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

Returns:

  • (String)

    The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

#regionString

The region of the Amazon Route 53 health checker that provided the status in StatusReport.

Possible values:

  • us-east-1
  • us-west-1
  • us-west-2
  • eu-west-1
  • ap-southeast-1
  • ap-southeast-2
  • ap-northeast-1
  • sa-east-1

Returns:

  • (String)

    The region of the Amazon Route 53 health checker that provided the status in StatusReport.

#status_reportTypes::StatusReport

A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

Returns:

  • (Types::StatusReport)

    A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.