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