Class: Aws::LookoutMetrics::Types::GetDataQualityMetricsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::GetDataQualityMetricsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
The Amazon Resource Name (ARN) of the anomaly detector that you want to investigate.
-
#metric_set_arn ⇒ String
The Amazon Resource Name (ARN) of a specific data quality metric set.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The Amazon Resource Name (ARN) of the anomaly detector that you want to investigate.
1580 1581 1582 1583 1584 1585 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1580 class GetDataQualityMetricsRequest < Struct.new( :anomaly_detector_arn, :metric_set_arn) SENSITIVE = [] include Aws::Structure end |
#metric_set_arn ⇒ String
The Amazon Resource Name (ARN) of a specific data quality metric set.
1580 1581 1582 1583 1584 1585 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1580 class GetDataQualityMetricsRequest < Struct.new( :anomaly_detector_arn, :metric_set_arn) SENSITIVE = [] include Aws::Structure end |