Class: Aws::LookoutMetrics::Types::DetectMetricSetConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DetectMetricSetConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detected_metric_set_config ⇒ Types::DetectedMetricSetConfig
The inferred dataset configuration for the datasource.
Instance Attribute Details
#detected_metric_set_config ⇒ Types::DetectedMetricSetConfig
The inferred dataset configuration for the datasource.
1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1236 class DetectMetricSetConfigResponse < Struct.new( :detected_metric_set_config) SENSITIVE = [] include Aws::Structure end |