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.
4368 4369 4370 |
# File 'sig/types.rbs', line 4368 def details_uri @details_uri end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
4369 4370 4371 |
# File 'sig/types.rbs', line 4369 def @error_message end |
#status ⇒ "NOT_DEPLOYED", ...
Returns the value of attribute status.
4370 4371 4372 |
# File 'sig/types.rbs', line 4370 def status @status end |