InputDestinationVpc
public struct InputDestinationVpc : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The availability zone of the Input destination.
Declaration
Swift
public let availabilityZone: String? -
The network interface ID of the Input destination in the VPC.
Declaration
Swift
public let networkInterfaceId: String? -
Undocumented
Declaration
Swift
public init(availabilityZone: String? = nil, networkInterfaceId: String? = nil)
View on GitHub
InputDestinationVpc Structure Reference