Class: Aws::SSM::Types::StopAutomationExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::StopAutomationExecutionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automation_execution_id ⇒ String
The execution ID of the Automation to stop.
-
#type ⇒ String
The stop request type.
Instance Attribute Details
#automation_execution_id ⇒ String
The execution ID of the Automation to stop.
17986 17987 17988 17989 17990 17991 |
# File 'lib/aws-sdk-ssm/types.rb', line 17986 class StopAutomationExecutionRequest < Struct.new( :automation_execution_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
17986 17987 17988 17989 17990 17991 |
# File 'lib/aws-sdk-ssm/types.rb', line 17986 class StopAutomationExecutionRequest < Struct.new( :automation_execution_id, :type) SENSITIVE = [] include Aws::Structure end |