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.
7455 7456 7457 7458 7459 7460 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7455 class CurrentMetricData < Struct.new( :metric, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the metric.
7455 7456 7457 7458 7459 7460 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7455 class CurrentMetricData < Struct.new( :metric, :value) SENSITIVE = [] include Aws::Structure end |