Class: Aws::Connect::Types::ContactMetricResult

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

Overview

Object containing information about metric requested for the contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the metric being retrieved in type String.

Returns:

  • (String)


3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3433

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

#valueTypes::ContactMetricValue

Object result associated with the metric received.



3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3433

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