AWSEC2DescribeIpv6PoolsResult
Objective-C
@interface AWSEC2DescribeIpv6PoolsResult
Swift
class AWSEC2DescribeIpv6PoolsResult
-
Information about the IPv6 address pools.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2Ipv6Pool *> *_Nullable ipv6Pools;Swift
var ipv6Pools: [AWSEC2Ipv6Pool]? { get set } -
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSEC2DescribeIpv6PoolsResult Class Reference