Class: Aws::Types::HistoricalMetric

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"CONTACTS_QUEUED", ...

Returns the value of attribute name.

Returns:

  • ("CONTACTS_QUEUED", "CONTACTS_HANDLED", "CONTACTS_ABANDONED", "CONTACTS_CONSULTED", "CONTACTS_AGENT_HUNG_UP_FIRST", "CONTACTS_HANDLED_INCOMING", "CONTACTS_HANDLED_OUTBOUND", "CONTACTS_HOLD_ABANDONS", "CONTACTS_TRANSFERRED_IN", "CONTACTS_TRANSFERRED_OUT", "CONTACTS_TRANSFERRED_IN_FROM_QUEUE", "CONTACTS_TRANSFERRED_OUT_FROM_QUEUE", "CONTACTS_MISSED", "CALLBACK_CONTACTS_HANDLED", "API_CONTACTS_HANDLED", "OCCUPANCY", "HANDLE_TIME", "AFTER_CONTACT_WORK_TIME", "QUEUED_TIME", "ABANDON_TIME", "QUEUE_ANSWER_TIME", "HOLD_TIME", "INTERACTION_TIME", "INTERACTION_AND_HOLD_TIME", "SERVICE_LEVEL")


4382
4383
4384
# File 'sig/types.rbs', line 4382

def name
  @name
end

#statistic"SUM", ...

Returns the value of attribute statistic.

Returns:

  • ("SUM", "MAX", "AVG")


4384
4385
4386
# File 'sig/types.rbs', line 4384

def statistic
  @statistic
end

#thresholdTypes::Threshold

Returns the value of attribute threshold.

Returns:



4383
4384
4385
# File 'sig/types.rbs', line 4383

def threshold
  @threshold
end

#unit"SECONDS", ...

Returns the value of attribute unit.

Returns:

  • ("SECONDS", "COUNT", "PERCENT")


4385
4386
4387
# File 'sig/types.rbs', line 4385

def unit
  @unit
end