NatGatewayAddress
public struct NatGatewayAddress : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The allocation ID of the Elastic IP address that’s associated with the NAT gateway.
Declaration
Swift
public let allocationId: String?
-
The ID of the network interface associated with the NAT gateway.
Declaration
Swift
public let networkInterfaceId: String?
-
The private IP address associated with the Elastic IP address.
Declaration
Swift
public let privateIp: String?
-
The Elastic IP address associated with the NAT gateway.
Declaration
Swift
public let publicIp: String?
-
Undocumented
Declaration
Swift
public init(allocationId: String? = nil, networkInterfaceId: String? = nil, privateIp: String? = nil, publicIp: String? = nil)