Class: Aws::Connect::Types::HistoricalMetricResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HistoricalMetricResult
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains information about the historical metrics retrieved.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collections ⇒ Array<Types::HistoricalMetricData>
The set of metrics.
-
#dimensions ⇒ Types::Dimensions
The dimension for the metrics.
Instance Attribute Details
#collections ⇒ Array<Types::HistoricalMetricData>
The set of metrics.
12657 12658 12659 12660 12661 12662 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12657 class HistoricalMetricResult < Struct.new( :dimensions, :collections) SENSITIVE = [] include Aws::Structure end |
#dimensions ⇒ Types::Dimensions
The dimension for the metrics.
12657 12658 12659 12660 12661 12662 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12657 class HistoricalMetricResult < Struct.new( :dimensions, :collections) SENSITIVE = [] include Aws::Structure end |