AddFlowSourcesResponse

public struct AddFlowSourcesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the flow that these sources were added to.

    Declaration

    Swift

    public let flowArn: String?
  • The details of the newly added sources.

    Declaration

    Swift

    public let sources: [Source]?
  • Undocumented

    Declaration

    Swift

    public init(flowArn: String? = nil, sources: [Source]? = nil)