DescribeSubscriptionFiltersRequest

public struct DescribeSubscriptionFiltersRequest : AWSShape
extension CloudWatchLogs.DescribeSubscriptionFiltersRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The prefix to match. If you don’t specify a value, no prefix filter is applied.

    Declaration

    Swift

    public let filterNamePrefix: String?
  • The maximum number of items returned. If you don’t specify a value, the default is up to 50 items.

    Declaration

    Swift

    public let limit: Int?
  • The name of the log group.

    Declaration

    Swift

    public let logGroupName: String
  • The token for the next set of items to return. (You received this token from a previous call.)

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(filterNamePrefix: String? = nil, limit: Int? = nil, logGroupName: String, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws