Class: Aws::Types::MonitorInfo
- Inherits:
-
Object
- Object
- Aws::Types::MonitorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def monitor_arn @monitor_arn end |
#status ⇒ ::String
Returns the value of attribute status.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def status @status end |