AWSEC2Ipv4PrefixSpecificationRequest
Objective-C
@interface AWSEC2Ipv4PrefixSpecificationRequest
Swift
class AWSEC2Ipv4PrefixSpecificationRequest
Describes the IPv4 prefix option for a network interface.
-
The IPv4 prefix. For information, see Assigning prefixes to network interfaces in the Amazon EC2 User Guide.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipv4Prefix;
Swift
var ipv4Prefix: String? { get set }