You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::StopAutomationExecutionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StopAutomationExecutionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  automation_execution_id: "AutomationExecutionId", # required
  type: "Complete", # accepts Complete, Cancel
}

Instance Attribute Summary collapse

Instance Attribute Details

#automation_execution_idString

The execution ID of the Automation to stop.

Returns:

  • (String)

    The execution ID of the Automation to stop.

#typeString

The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.

Possible values:

  • Complete
  • Cancel

Returns:

  • (String)

    The stop request type.