Class: Aws::Types::HealthCheck
- Inherits:
-
Object
- Object
- Aws::Types::HealthCheck
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_status ⇒ "CONNECTED", ...
Returns the value of attribute connector_status.
-
#issues ⇒ ::Array[Types::HealthIssue]
Returns the value of attribute issues.
-
#last_checked_at ⇒ ::Time
Returns the value of attribute last_checked_at.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#connector_status ⇒ "CONNECTED", ...
Returns the value of attribute connector_status.
6206 6207 6208 |
# File 'sig/types.rbs', line 6206 def connector_status @connector_status end |
#issues ⇒ ::Array[Types::HealthIssue]
Returns the value of attribute issues.
6209 6210 6211 |
# File 'sig/types.rbs', line 6209 def issues @issues end |
#last_checked_at ⇒ ::Time
Returns the value of attribute last_checked_at.
6208 6209 6210 |
# File 'sig/types.rbs', line 6208 def last_checked_at @last_checked_at end |
#message ⇒ ::String
Returns the value of attribute message.
6207 6208 6209 |
# File 'sig/types.rbs', line 6207 def @message end |