Class: Aws::Connect::Types::HistoricalMetricResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HistoricalMetricResult
- Includes:
- Structure
- Defined in:
- 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.
11209 11210 11211 11212 11213 11214 |
# File 'lib/aws-sdk-connect/types.rb', line 11209 class HistoricalMetricResult < Struct.new( :dimensions, :collections) SENSITIVE = [] include Aws::Structure end |
#dimensions ⇒ Types::Dimensions
The dimension for the metrics.
11209 11210 11211 11212 11213 11214 |
# File 'lib/aws-sdk-connect/types.rb', line 11209 class HistoricalMetricResult < Struct.new( :dimensions, :collections) SENSITIVE = [] include Aws::Structure end |