Class: Aws::Route53::Types::HealthCheckObservation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::HealthCheckObservation
- 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
-
#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
.
3582 3583 3584 3585 3586 3587 3588 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3582 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
.
3582 3583 3584 3585 3586 3587 3588 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3582 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.
3582 3583 3584 3585 3586 3587 3588 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3582 class HealthCheckObservation < Struct.new( :region, :ip_address, :status_report) SENSITIVE = [] include Aws::Structure end |