Class: Aws::Connect::Types::CurrentMetricData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CurrentMetricData
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains the data for a real-time metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric ⇒ Types::CurrentMetric
Information about the metric.
-
#value ⇒ Float
The value of the metric.
Instance Attribute Details
#metric ⇒ Types::CurrentMetric
Information about the metric.
5504 5505 5506 5507 5508 5509 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5504 class CurrentMetricData < Struct.new( :metric, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the metric.
5504 5505 5506 5507 5508 5509 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5504 class CurrentMetricData < Struct.new( :metric, :value) SENSITIVE = [] include Aws::Structure end |