AWSEC2AssignIpv6AddressesResult
Objective-C
@interface AWSEC2AssignIpv6AddressesResult
Swift
class AWSEC2AssignIpv6AddressesResult
-
The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable assignedIpv6Addresses;
Swift
var assignedIpv6Addresses: [String]? { get set }
-
The IPv6 prefixes that are assigned to the network interface.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable assignedIpv6Prefixes;
Swift
var assignedIpv6Prefixes: [String]? { get set }
-
The ID of the network interface.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable networkInterfaceId;
Swift
var networkInterfaceId: String? { get set }