Class: Aws::Types::StopAutomationExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopAutomationExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automation_execution_id ⇒ ::String
Returns the value of attribute automation_execution_id.
-
#type ⇒ "Complete", "Cancel"
Returns the value of attribute type.
Instance Attribute Details
#automation_execution_id ⇒ ::String
Returns the value of attribute automation_execution_id.
4265 4266 4267 |
# File 'sig/types.rbs', line 4265 def automation_execution_id @automation_execution_id end |
#type ⇒ "Complete", "Cancel"
Returns the value of attribute type.
4266 4267 4268 |
# File 'sig/types.rbs', line 4266 def type @type end |