Class: Aws::IoT::Types::MetricToRetain

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The metric you want to retain. Dimensions are optional.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metricString

What is measured by the behavior.

Returns:

  • (String)


11015
11016
11017
11018
11019
11020
# File 'lib/aws-sdk-iot/types.rb', line 11015

class MetricToRetain < Struct.new(
  :metric,
  :metric_dimension)
  SENSITIVE = []
  include Aws::Structure
end

#metric_dimensionTypes::MetricDimension

The dimension of a metric. This can’t be used with custom metrics.



11015
11016
11017
11018
11019
11020
# File 'lib/aws-sdk-iot/types.rb', line 11015

class MetricToRetain < Struct.new(
  :metric,
  :metric_dimension)
  SENSITIVE = []
  include Aws::Structure
end