AWSEC2Ipv6PrefixSpecificationResponse
Objective-C
@interface AWSEC2Ipv6PrefixSpecificationResponse
Swift
class AWSEC2Ipv6PrefixSpecificationResponse
Information about the IPv6 delegated prefixes assigned to a network interface.
-
The IPv6 delegated prefixes assigned to the network interface.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipv6Prefix;
Swift
var ipv6Prefix: String? { get set }