AddFlowVpcInterfacesResponse
public struct AddFlowVpcInterfacesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the flow that these VPC interfaces were added to.
Declaration
Swift
public let flowArn: String? -
The details of the newly added VPC interfaces.
Declaration
Swift
public let vpcInterfaces: [VpcInterface]? -
Undocumented
Declaration
Swift
public init(flowArn: String? = nil, vpcInterfaces: [VpcInterface]? = nil)
View on GitHub
AddFlowVpcInterfacesResponse Structure Reference