Class: Aws::LookoutMetrics::Types::CreateMetricSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::CreateMetricSetResponse
- 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.
857 858 859 860 861 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 857 class CreateMetricSetResponse < Struct.new( :metric_set_arn) SENSITIVE = [] include Aws::Structure end |