AWSEC2DescribeCoipPoolsResult
Objective-C
@interface AWSEC2DescribeCoipPoolsResult
Swift
class AWSEC2DescribeCoipPoolsResult
-
Information about the address pools.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2CoipPool *> *_Nullable coipPools;Swift
var coipPools: [AWSEC2CoipPool]? { 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
AWSEC2DescribeCoipPoolsResult Class Reference