AddFlowSourcesRequest
public struct AddFlowSourcesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let flowArn: String
-
A list of sources that you want to add.
Declaration
Swift
public let sources: [SetSourceRequest]
-
Undocumented
Declaration
Swift
public init(flowArn: String, sources: [SetSourceRequest])