Class: Aws::Connect::Types::ContactMetricResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactMetricResult
- 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
-
#name ⇒ String
The name of the metric being retrieved in type String.
-
#value ⇒ Types::ContactMetricValue
Object result associated with the metric received.
Instance Attribute Details
#name ⇒ String
The name of the metric being retrieved in type 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 |
#value ⇒ Types::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 |