Class: Aws::Types::CreateMonitorOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMonitorOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
58 59 60 |
# File 'sig/types.rbs', line 58 def arn @arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
59 60 61 |
# File 'sig/types.rbs', line 59 def status @status end |