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.
4981 4982 4983 4984 4985 4986 |
# File 'lib/aws-sdk-connect/types.rb', line 4981 class CurrentMetricData < Struct.new( :metric, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the metric.
4981 4982 4983 4984 4985 4986 |
# File 'lib/aws-sdk-connect/types.rb', line 4981 class CurrentMetricData < Struct.new( :metric, :value) SENSITIVE = [] include Aws::Structure end |