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")


4329
4330
4331
# File 'sig/types.rbs', line 4329

def name
  @name
end

#statistic"SUM", ...

Returns the value of attribute statistic.

Returns:

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


4331
4332
4333
# File 'sig/types.rbs', line 4331

def statistic
  @statistic
end

#thresholdTypes::Threshold

Returns the value of attribute threshold.

Returns:



4330
4331
4332
# File 'sig/types.rbs', line 4330

def threshold
  @threshold
end

#unit"SECONDS", ...

Returns the value of attribute unit.

Returns:

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


4332
4333
4334
# File 'sig/types.rbs', line 4332

def unit
  @unit
end