StartFlowResponse

public struct StartFlowResponse : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let status: Status?
  • Undocumented

    Declaration

    Swift

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