AWSLogsDeleteSubscriptionFilterRequest
Objective-C
@interface AWSLogsDeleteSubscriptionFilterRequest
Swift
class AWSLogsDeleteSubscriptionFilterRequest
-
The name of the subscription filter.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable filterName;
Swift
var filterName: String? { get set }
-
The name of the log group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable logGroupName;
Swift
var logGroupName: String? { get set }