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

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

Instance Attribute Details

#collectionsArray<Types::HistoricalMetricData>

The set of metrics.

Returns:



11050
11051
11052
11053
11054
11055
# File 'lib/aws-sdk-connect/types.rb', line 11050

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

#dimensionsTypes::Dimensions

The dimension for the metrics.

Returns:



11050
11051
11052
11053
11054
11055
# File 'lib/aws-sdk-connect/types.rb', line 11050

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