AWSEC2Ipv6PrefixSpecification

Objective-C

@interface AWSEC2Ipv6PrefixSpecification

Swift

class AWSEC2Ipv6PrefixSpecification

Describes the IPv6 prefix.

  • The IPv6 prefix.

    Declaration

    Objective-C

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

    Swift

    var ipv6Prefix: String? { get set }