AWSEC2Ipv6PrefixSpecificationRequest

Objective-C

@interface AWSEC2Ipv6PrefixSpecificationRequest

Swift

class AWSEC2Ipv6PrefixSpecificationRequest

Describes the IPv4 prefix option for a network interface.

  • The IPv6 prefix.

    Declaration

    Objective-C

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

    Swift

    var ipv6Prefix: String? { get set }