Class: Aws::Connect::Types::ContactMetricInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Contains the details of a metric to be retrieved for a contact. Use this object to specify which contact level metrics you want to include in your GetContactMetrics request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the metric to retrieve. Supported values are POSITION_IN_QUEUE (returns the contact's current position in the queue) and ESTIMATED_WAIT_TIME (returns the predicted wait time in seconds).

Returns:

  • (String)


4495
4496
4497
4498
4499
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4495

class ContactMetricInfo < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end