AWSEC2GetCoipPoolUsageResult
Objective-C
@interface AWSEC2GetCoipPoolUsageResult
Swift
class AWSEC2GetCoipPoolUsageResult
-
Information about the address usage.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2CoipAddressUsage *> *_Nullable coipAddressUsages;
Swift
var coipAddressUsages: [AWSEC2CoipAddressUsage]? { get set }
-
The ID of the customer-owned address pool.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable coipPoolId;
Swift
var coipPoolId: String? { get set }
-
The ID of the local gateway route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable localGatewayRouteTableId;
Swift
var localGatewayRouteTableId: String? { 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 }