Class: Aws::Types::ConnectorHealth
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorHealth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_status ⇒ "CONNECTED", ...
Returns the value of attribute connector_status.
-
#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.
830 831 832 |
# File 'sig/types.rbs', line 830 def connector_status @connector_status end |
#last_checked_at ⇒ ::Time
Returns the value of attribute last_checked_at.
831 832 833 |
# File 'sig/types.rbs', line 831 def last_checked_at @last_checked_at end |
#message ⇒ ::String
Returns the value of attribute message.
832 833 834 |
# File 'sig/types.rbs', line 832 def @message end |