UpdateFlowSourceResponse

public struct UpdateFlowSourceResponse : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let flowArn: String?
  • The settings for the source of the flow.

    Declaration

    Swift

    public let source: Source?
  • Undocumented

    Declaration

    Swift

    public init(flowArn: String? = nil, source: Source? = nil)