AWSEC2DescribeCarrierGatewaysResult
Objective-C
@interface AWSEC2DescribeCarrierGatewaysResult
Swift
class AWSEC2DescribeCarrierGatewaysResult
-
Information about the carrier gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2CarrierGateway *> *_Nullable carrierGateways;Swift
var carrierGateways: [AWSEC2CarrierGateway]? { 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
AWSEC2DescribeCarrierGatewaysResult Class Reference