Class: Aws::Types::CspmHealthCheck
- Inherits:
-
Object
- Object
- Aws::Types::CspmHealthCheck
- 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.
5285 5286 5287 |
# File 'sig/types.rbs', line 5285 def connector_status @connector_status end |
#issues ⇒ ::Array[Types::HealthIssue]
Returns the value of attribute issues.
5288 5289 5290 |
# File 'sig/types.rbs', line 5288 def issues @issues end |
#last_checked_at ⇒ ::Time
Returns the value of attribute last_checked_at.
5287 5288 5289 |
# File 'sig/types.rbs', line 5287 def last_checked_at @last_checked_at end |
#message ⇒ ::String
Returns the value of attribute message.
5286 5287 5288 |
# File 'sig/types.rbs', line 5286 def @message end |