Class: Aws::Connect::Types::CurrentMetricData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CurrentMetricData
- Includes:
- Structure
- Defined in:
- 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.
5518 5519 5520 5521 5522 5523 |
# File 'lib/aws-sdk-connect/types.rb', line 5518 class CurrentMetricData < Struct.new( :metric, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the metric.
5518 5519 5520 5521 5522 5523 |
# File 'lib/aws-sdk-connect/types.rb', line 5518 class CurrentMetricData < Struct.new( :metric, :value) SENSITIVE = [] include Aws::Structure end |