UpdateFlowOutputResponse
public struct UpdateFlowOutputResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the flow that is associated with the updated output.
Declaration
Swift
public let flowArn: String?
-
Undocumented
Declaration
Swift
public let output: Output?
-
Undocumented
Declaration
Swift
public init(flowArn: String? = nil, output: Output? = nil)