Class: Aws::Types::HealthCheckObservation
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheckObservation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#region ⇒ "us-east-1", ...
Returns the value of attribute region.
-
#status_report ⇒ Types::StatusReport
Returns the value of attribute status_report.
Instance Attribute Details
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
753 754 755 |
# File 'sig/types.rbs', line 753 def ip_address @ip_address end |
#region ⇒ "us-east-1", ...
Returns the value of attribute region.
752 753 754 |
# File 'sig/types.rbs', line 752 def region @region end |
#status_report ⇒ Types::StatusReport
Returns the value of attribute status_report.
754 755 756 |
# File 'sig/types.rbs', line 754 def status_report @status_report end |