Class: Aws::Connect::Types::MetricResultV2
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::MetricResultV2
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains information about the metric results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collections ⇒ Array<Types::MetricDataV2>
The set of metrics.
-
#dimensions ⇒ Hash<String,String>
The dimension for the metrics.
-
#metric_interval ⇒ Types::MetricInterval
The interval period with the start and end time for the metrics.
Instance Attribute Details
#collections ⇒ Array<Types::MetricDataV2>
The set of metrics.
14809 14810 14811 14812 14813 14814 14815 |
# File 'lib/aws-sdk-connect/types.rb', line 14809 class MetricResultV2 < Struct.new( :dimensions, :metric_interval, :collections) SENSITIVE = [] include Aws::Structure end |
#dimensions ⇒ Hash<String,String>
The dimension for the metrics.
14809 14810 14811 14812 14813 14814 14815 |
# File 'lib/aws-sdk-connect/types.rb', line 14809 class MetricResultV2 < Struct.new( :dimensions, :metric_interval, :collections) SENSITIVE = [] include Aws::Structure end |
#metric_interval ⇒ Types::MetricInterval
The interval period with the start and end time for the metrics.
14809 14810 14811 14812 14813 14814 14815 |
# File 'lib/aws-sdk-connect/types.rb', line 14809 class MetricResultV2 < Struct.new( :dimensions, :metric_interval, :collections) SENSITIVE = [] include Aws::Structure end |