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:



9570
9571
9572
9573
9574
9575
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9570

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

#dimensionsTypes::Dimensions

The dimension for the metrics.

Returns:



9570
9571
9572
9573
9574
9575
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9570

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