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