AWSEC2InstanceIpv6Prefix

Objective-C

@interface AWSEC2InstanceIpv6Prefix

Swift

class AWSEC2InstanceIpv6Prefix

Information about an IPv6 prefix.

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

    Declaration

    Objective-C

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

    Swift

    var ipv6Prefix: String? { get set }