Class: Aws::LookoutMetrics::Types::UpdateMetricSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::UpdateMetricSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_set_arn ⇒ String
The ARN of the dataset.
Instance Attribute Details
#metric_set_arn ⇒ String
The ARN of the dataset.
2825 2826 2827 2828 2829 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2825 class UpdateMetricSetResponse < Struct.new( :metric_set_arn) SENSITIVE = [] include Aws::Structure end |