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
show all
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

Instance Attribute Details

#channelsArray<String>

The channel to use to filter the metrics.

Returns:

  • (Array<String>)

    The channel to use to filter the metrics.

#queuesArray<String>

The queues to use to filter the metrics. You can specify up to 100 queues per request.

Returns:

  • (Array<String>)

    The queues to use to filter the metrics.