Filters

public struct Filters : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The channel to use to filter the metrics.

    Declaration

    Swift

    public let channels: [Channel]?
  • The queues to use to filter the metrics. You can specify up to 100 queues per request.

    Declaration

    Swift

    public let queues: [String]?
  • Undocumented

    Declaration

    Swift

    public init(channels: [Channel]? = nil, queues: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws