AWSEC2PrefixListId
Objective-C
@interface AWSEC2PrefixListId
Swift
class AWSEC2PrefixListId
Describes a prefix list ID.
-
A description for the security group rule that references this prefix list ID.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The ID of the prefix.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable prefixListId;
Swift
var prefixListId: String? { get set }