Class: Aws::Connect::Types::MetricResultV2

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Contains information about the metric results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collectionsArray<Types::MetricDataV2>

The set of metrics.

Returns:



13421
13422
13423
13424
13425
13426
13427
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13421

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

#dimensionsHash<String,String>

The dimension for the metrics.

Returns:

  • (Hash<String,String>)


13421
13422
13423
13424
13425
13426
13427
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13421

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

#metric_intervalTypes::MetricInterval

The interval period with the start and end time for the metrics.



13421
13422
13423
13424
13425
13426
13427
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13421

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