StopAutomationExecutionRequest
public struct StopAutomationExecutionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The execution ID of the Automation to stop.
Declaration
Swift
public let automationExecutionId: String -
The stop request type. Valid types include the following: Cancel and Complete. The default type is Cancel.
Declaration
Swift
public let type: StopType? -
Undocumented
Declaration
Swift
public init(automationExecutionId: String, type: StopType? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StopAutomationExecutionRequest Structure Reference