Class: Aws::Connect::Types::HistoricalMetricResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#collectionsArray<Types::HistoricalMetricData>

The set of metrics.

Returns:



9965
9966
9967
9968
9969
9970
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9965

class HistoricalMetricResult < Struct.new(
  :dimensions,
  :collections)
  SENSITIVE = []
  include Aws::Structure
end

#dimensionsTypes::Dimensions

The dimension for the metrics.

Returns:



9965
9966
9967
9968
9969
9970
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9965

class HistoricalMetricResult < Struct.new(
  :dimensions,
  :collections)
  SENSITIVE = []
  include Aws::Structure
end