Class: Aws::Types::CurrentMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_id::String

Returns the value of attribute metric_id.

Returns:

  • (::String)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def metric_id
  @metric_id
end

#name"AGENTS_ONLINE", ...

Returns the value of attribute name.

Returns:

  • ("AGENTS_ONLINE", "AGENTS_AVAILABLE", "AGENTS_ON_CALL", "AGENTS_NON_PRODUCTIVE", "AGENTS_AFTER_CONTACT_WORK", "AGENTS_ERROR", "AGENTS_STAFFED", "CONTACTS_IN_QUEUE", "OLDEST_CONTACT_AGE", "CONTACTS_SCHEDULED", "AGENTS_ON_CONTACT", "SLOTS_ACTIVE", "SLOTS_AVAILABLE", "ESTIMATED_WAIT_TIME")


1976
1977
1978
# File 'sig/types.rbs', line 1976

def name
  @name
end

#unit"SECONDS", ...

Returns the value of attribute unit.

Returns:

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


1978
1979
1980
# File 'sig/types.rbs', line 1978

def unit
  @unit
end