AWSEC2ModifyManagedPrefixListResult
Objective-C
@interface AWSEC2ModifyManagedPrefixListResult
Swift
class AWSEC2ModifyManagedPrefixListResult
-
Information about the prefix list.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2ManagedPrefixList *_Nullable prefixList;
Swift
var prefixList: AWSEC2ManagedPrefixList? { get set }