AWSEC2DescribeByoipCidrsResult
Objective-C
@interface AWSEC2DescribeByoipCidrsResult
Swift
class AWSEC2DescribeByoipCidrsResult
-
Information about your address ranges.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2ByoipCidr *> *_Nullable byoipCidrs;Swift
var byoipCidrs: [AWSEC2ByoipCidr]? { 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
AWSEC2DescribeByoipCidrsResult Class Reference