Class: Aws::Types::Monitor
- Inherits:
-
Object
- Object
- Aws::Types::Monitor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#processing_status ⇒ "OK", ...
Returns the value of attribute processing_status.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
310 311 312 |
# File 'sig/types.rbs', line 310 def monitor_arn @monitor_arn end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
309 310 311 |
# File 'sig/types.rbs', line 309 def monitor_name @monitor_name end |
#processing_status ⇒ "OK", ...
Returns the value of attribute processing_status.
312 313 314 |
# File 'sig/types.rbs', line 312 def processing_status @processing_status end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
311 312 313 |
# File 'sig/types.rbs', line 311 def status @status end |