Class: Aws::Types::SuccessfulMonitorDeployment
- Inherits:
-
Object
- Object
- Aws::Types::SuccessfulMonitorDeployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details_uri ⇒ ::String
Returns the value of attribute details_uri.
-
#status ⇒ "NOT_DEPLOYED", ...
Returns the value of attribute status.
Instance Attribute Details
#details_uri ⇒ ::String
Returns the value of attribute details_uri.
4562 4563 4564 |
# File 'sig/types.rbs', line 4562 def details_uri @details_uri end |
#status ⇒ "NOT_DEPLOYED", ...
Returns the value of attribute status.
4563 4564 4565 |
# File 'sig/types.rbs', line 4563 def status @status end |