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