AWSEC2AssignPrivateIpAddressesResult
Objective-C
@interface AWSEC2AssignPrivateIpAddressesResult
Swift
class AWSEC2AssignPrivateIpAddressesResult
-
The IPv4 prefixes that are assigned to the network interface.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2Ipv4PrefixSpecification *> *_Nullable assignedIpv4Prefixes;
Swift
var assignedIpv4Prefixes: [AWSEC2Ipv4PrefixSpecification]? { get set }
-
The private IP addresses assigned to the network interface.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2AssignedPrivateIpAddress *> *_Nullable assignedPrivateIpAddresses;
Swift
var assignedPrivateIpAddresses: [AWSEC2AssignedPrivateIpAddress]? { get set }
-
The ID of the network interface.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable networkInterfaceId;
Swift
var networkInterfaceId: String? { get set }