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.
4565 4566 4567 |
# File 'sig/types.rbs', line 4565 def details_uri @details_uri end |
#status ⇒ "NOT_DEPLOYED", ...
Returns the value of attribute status.
4566 4567 4568 |
# File 'sig/types.rbs', line 4566 def status @status end |