Class: Aws::Types::UpdateMonitorOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMonitorOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
433 434 435 |
# File 'sig/types.rbs', line 433 def monitor_arn @monitor_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
434 435 436 |
# File 'sig/types.rbs', line 434 def status @status end |