AWSEC2InstanceNetworkInterfaceAssociation
Objective-C
@interface AWSEC2InstanceNetworkInterfaceAssociation
                Swift
class AWSEC2InstanceNetworkInterfaceAssociation
                Describes association information for an Elastic IP address (IPv4).
- 
                  
                  
The carrier IP address associated with the network interface.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable carrierIp;Swift
var carrierIp: String? { get set } - 
                  
                  
The customer-owned IP address associated with the network interface.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable customerOwnedIp;Swift
var customerOwnedIp: String? { get set } - 
                  
                  
The ID of the owner of the Elastic IP address.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipOwnerId;Swift
var ipOwnerId: String? { get set } - 
                  
                  
The public DNS name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable publicDnsName;Swift
var publicDnsName: String? { get set } - 
                  
                  
The public IP address or Elastic IP address bound to the network interface.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable publicIp;Swift
var publicIp: String? { get set } 
View on GitHub
Install in Dash
        AWSEC2InstanceNetworkInterfaceAssociation Class Reference