Class: Aws::Types::MonitorDeployment
- Inherits:
-
Object
- Object
- Aws::Types::MonitorDeployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details_uri ⇒ ::String
Returns the value of attribute details_uri.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#status ⇒ "NOT_DEPLOYED", ...
Returns the value of attribute status.
Instance Attribute Details
#details_uri ⇒ ::String
Returns the value of attribute details_uri.
4378 4379 4380 |
# File 'sig/types.rbs', line 4378 def details_uri @details_uri end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
4379 4380 4381 |
# File 'sig/types.rbs', line 4379 def end |
#status ⇒ "NOT_DEPLOYED", ...
Returns the value of attribute status.
4380 4381 4382 |
# File 'sig/types.rbs', line 4380 def status @status end |