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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3452
3453
3454
3455
3456
3457
# File 'lib/aws-sdk-connect/types.rb', line 3452

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

#valueTypes::ContactMetricValue

Object result associated with the metric received.



3452
3453
3454
3455
3456
3457
# File 'lib/aws-sdk-connect/types.rb', line 3452

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