AWSEC2Ipv4PrefixSpecification
Objective-C
@interface AWSEC2Ipv4PrefixSpecification
Swift
class AWSEC2Ipv4PrefixSpecification
Describes an IPv4 prefix.
-
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 }