AWSEC2NatGatewayAddress
Objective-C
@interface AWSEC2NatGatewayAddress
Swift
class AWSEC2NatGatewayAddress
Describes the IP addresses and network interface associated with a NAT gateway.
-
[Public NAT gateway only] The allocation ID of the Elastic IP address that’s associated with the NAT gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable allocationId;
Swift
var allocationId: String? { get set }
-
The ID of the network interface associated with the NAT gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable networkInterfaceId;
Swift
var networkInterfaceId: String? { get set }
-
The private IP address associated with the NAT gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable privateIp;
Swift
var privateIp: String? { get set }
-
[Public NAT gateway only] The Elastic IP address associated with the NAT gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable publicIp;
Swift
var publicIp: String? { get set }