You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Connect::Types::Filters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Filters
- Defined in:
- (unknown)
Overview
Note:
When passing Filters as input to an Aws::Client method, you can use a vanilla Hash:
{
queues: ["QueueId"],
channels: ["VOICE"], # accepts VOICE, CHAT
}
Contains the filter to apply when retrieving metrics.
Returned by:
Instance Attribute Summary collapse
-
#channels ⇒ Array<String>
The channel to use to filter the metrics.
-
#queues ⇒ Array<String>
The queues to use to filter the metrics.
Instance Attribute Details
#channels ⇒ Array<String>
The channel to use to filter the metrics.
#queues ⇒ Array<String>
The queues to use to filter the metrics. You can specify up to 100 queues per request.