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