Class: Aws::LookoutMetrics::Types::UpdateMetricSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutmetrics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_set_arnString

The ARN of the dataset.

Returns:

  • (String)


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