DeleteFlowResponse

public struct DeleteFlowResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the flow that was deleted.

    Declaration

    Swift

    public let flowArn: String?
  • The status of the flow when the DeleteFlow process begins.

    Declaration

    Swift

    public let status: Status?
  • Undocumented

    Declaration

    Swift

    public init(flowArn: String? = nil, status: Status? = nil)