Class: Aws::PrometheusService::Types::PutAnomalyDetectorResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_idString

The unique identifier of the updated anomaly detector.

Returns:

  • (String)


2013
2014
2015
2016
2017
2018
2019
2020
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2013

class PutAnomalyDetectorResponse < Struct.new(
  :anomaly_detector_id,
  :arn,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the updated anomaly detector.

Returns:

  • (String)


2013
2014
2015
2016
2017
2018
2019
2020
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2013

class PutAnomalyDetectorResponse < Struct.new(
  :anomaly_detector_id,
  :arn,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::AnomalyDetectorStatus

The status information of the updated anomaly detector.



2013
2014
2015
2016
2017
2018
2019
2020
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2013

class PutAnomalyDetectorResponse < Struct.new(
  :anomaly_detector_id,
  :arn,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags applied to the updated anomaly detector.

Returns:

  • (Hash<String,String>)


2013
2014
2015
2016
2017
2018
2019
2020
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2013

class PutAnomalyDetectorResponse < Struct.new(
  :anomaly_detector_id,
  :arn,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end