StopFlowResponse
public struct StopFlowResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the flow that you stopped.
Declaration
Swift
public let flowArn: String? -
The status of the flow when the StopFlow process begins.
Declaration
Swift
public let status: Status? -
Undocumented
Declaration
Swift
public init(flowArn: String? = nil, status: Status? = nil)
View on GitHub
StopFlowResponse Structure Reference