Class: Aws::IoT::Types::MetricToRetain
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::MetricToRetain
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The metric you want to retain. Dimensions are optional.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric ⇒ String
What is measured by the behavior.
-
#metric_dimension ⇒ Types::MetricDimension
The dimension of a metric.
Instance Attribute Details
#metric ⇒ String
What is measured by the behavior.
11055 11056 11057 11058 11059 11060 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11055 class MetricToRetain < Struct.new( :metric, :metric_dimension) SENSITIVE = [] include Aws::Structure end |
#metric_dimension ⇒ Types::MetricDimension
The dimension of a metric. This can't be used with custom metrics.
11055 11056 11057 11058 11059 11060 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11055 class MetricToRetain < Struct.new( :metric, :metric_dimension) SENSITIVE = [] include Aws::Structure end |