AWSEC2GetAssociatedIpv6PoolCidrsResult

Objective-C

@interface AWSEC2GetAssociatedIpv6PoolCidrsResult

Swift

class AWSEC2GetAssociatedIpv6PoolCidrsResult
  • Information about the IPv6 CIDR block associations.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Ipv6CidrAssociation *> *_Nullable ipv6CidrAssociations;

    Swift

    var ipv6CidrAssociations: [AWSEC2Ipv6CidrAssociation]? { get set }
  • The token to use to retrieve the next page of results. This value is null when there are no more results to return.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }