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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


3685
3686
3687
3688
3689
3690
3691
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3685

class HealthCheckObservation < Struct.new(
  :region,
  :ip_address,
  :status_report)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

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

Returns:

  • (String)


3685
3686
3687
3688
3689
3690
3691
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3685

class HealthCheckObservation < Struct.new(
  :region,
  :ip_address,
  :status_report)
  SENSITIVE = []
  include Aws::Structure
end

#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:



3685
3686
3687
3688
3689
3690
3691
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3685

class HealthCheckObservation < Struct.new(
  :region,
  :ip_address,
  :status_report)
  SENSITIVE = []
  include Aws::Structure
end