AddFlowOutputsResponse
public struct AddFlowOutputsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the flow that these outputs were added to.
Declaration
Swift
public let flowArn: String?
-
The details of the newly added outputs.
Declaration
Swift
public let outputs: [Output]?
-
Undocumented
Declaration
Swift
public init(flowArn: String? = nil, outputs: [Output]? = nil)