class Aws::Connect::Types::Filters

Contains the filter to apply when retrieving metrics.

@note When making an API call, you may pass Filters

data as a hash:

    {
      queues: ["QueueId"],
      channels: ["VOICE"], # accepts VOICE, CHAT, TASK
    }

@!attribute [rw] queues

The queues to use to filter the metrics. You can specify up to 100
queues per request.
@return [Array<String>]

@!attribute [rw] channels

The channel to use to filter the metrics.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/Filters AWS API Documentation

Constants

SENSITIVE