AWSLogsDescribeSubscriptionFiltersRequest

Objective-C

@interface AWSLogsDescribeSubscriptionFiltersRequest

Swift

class AWSLogsDescribeSubscriptionFiltersRequest
  • The prefix to match. If you don’t specify a value, no prefix filter is applied.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable filterNamePrefix;

    Swift

    var filterNamePrefix: String? { get set }
  • The maximum number of items returned. If you don’t specify a value, the default is up to 50 items.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable limit;

    Swift

    var limit: NSNumber? { get set }
  • The name of the log group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable logGroupName;

    Swift

    var logGroupName: String? { get set }
  • The token for the next set of items to return. (You received this token from a previous call.)

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }