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.
13612 13613 13614 13615 13616 13617 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13612 class HistoricalMetricResult < Struct.new( :dimensions, :collections) SENSITIVE = [] include Aws::Structure end |
#dimensions ⇒ Types::Dimensions
The dimension for the metrics.
13612 13613 13614 13615 13616 13617 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13612 class HistoricalMetricResult < Struct.new( :dimensions, :collections) SENSITIVE = [] include Aws::Structure end |