AWSEC2DescribePublicIpv4PoolsResult
Objective-C
@interface AWSEC2DescribePublicIpv4PoolsResult
Swift
class AWSEC2DescribePublicIpv4PoolsResult
-
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 } -
Information about the address pools.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2PublicIpv4Pool *> *_Nullable publicIpv4Pools;Swift
var publicIpv4Pools: [AWSEC2PublicIpv4Pool]? { get set }
View on GitHub
Install in Dash
AWSEC2DescribePublicIpv4PoolsResult Class Reference