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