RemoveFlowSourceResponse
public struct RemoveFlowSourceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the flow that is associated with the source you removed.
Declaration
Swift
public let flowArn: String? -
The ARN of the source that was removed.
Declaration
Swift
public let sourceArn: String? -
Undocumented
Declaration
Swift
public init(flowArn: String? = nil, sourceArn: String? = nil)
View on GitHub
RemoveFlowSourceResponse Structure Reference