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.
7342 7343 7344 7345 7346 7347 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7342 class HistoricalMetricResult < Struct.new( :dimensions, :collections) SENSITIVE = [] include Aws::Structure end |
#dimensions ⇒ Types::Dimensions
The dimension for the metrics.
7342 7343 7344 7345 7346 7347 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7342 class HistoricalMetricResult < Struct.new( :dimensions, :collections) SENSITIVE = [] include Aws::Structure end |