AWSEC2InstanceIpv4Prefix

Objective-C

@interface AWSEC2InstanceIpv4Prefix

Swift

class AWSEC2InstanceIpv4Prefix

Information about an IPv4 prefix.

  • One or more IPv4 prefixes assigned to the network interface.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable ipv4Prefix;

    Swift

    var ipv4Prefix: String? { get set }