Class: Aws::Types::StartMonitorDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMonitorDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4442 4443 4444 |
# File 'sig/types.rbs', line 4442 def dry_run @dry_run end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
4443 4444 4445 |
# File 'sig/types.rbs', line 4443 def identifier @identifier end |