Class: Aws::Route53::Types::HealthCheckObservation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::HealthCheckObservation
- Includes:
- Structure
- Defined in:
- 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
-
#ip_address ⇒ String
The IP address of the Amazon Route 53 health checker that provided the failure reason in ‘StatusReport`.
-
#region ⇒ String
The region of the Amazon Route 53 health checker that provided the status in ‘StatusReport`.
-
#status_report ⇒ 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.
Instance Attribute Details
#ip_address ⇒ String
The IP address of the Amazon Route 53 health checker that provided the failure reason in ‘StatusReport`.
3683 3684 3685 3686 3687 3688 3689 |
# File 'lib/aws-sdk-route53/types.rb', line 3683 class HealthCheckObservation < Struct.new( :region, :ip_address, :status_report) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The region of the Amazon Route 53 health checker that provided the status in ‘StatusReport`.
3683 3684 3685 3686 3687 3688 3689 |
# File 'lib/aws-sdk-route53/types.rb', line 3683 class HealthCheckObservation < Struct.new( :region, :ip_address, :status_report) SENSITIVE = [] include Aws::Structure end |
#status_report ⇒ 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.
3683 3684 3685 3686 3687 3688 3689 |
# File 'lib/aws-sdk-route53/types.rb', line 3683 class HealthCheckObservation < Struct.new( :region, :ip_address, :status_report) SENSITIVE = [] include Aws::Structure end |