AWSEC2PrefixList
Objective-C
@interface AWSEC2PrefixList
Swift
class AWSEC2PrefixList
Describes prefixes for Amazon Web Services services.
-
The IP address range of the Amazon Web Service.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable cidrs;Swift
var cidrs: [String]? { get set } -
The ID of the prefix.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable prefixListId;Swift
var prefixListId: String? { get set } -
The name of the prefix.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable prefixListName;Swift
var prefixListName: String? { get set }
View on GitHub
Install in Dash
AWSEC2PrefixList Class Reference