Class: Aws::PrometheusService::Types::AnomalyDetectorSummary

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

Overview

Summary information about an anomaly detector for list operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

The user-friendly name of the anomaly detector.

Returns:

  • (String)


271
272
273
274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271

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

#anomaly_detector_idString

The unique identifier of the anomaly detector.

Returns:

  • (String)


271
272
273
274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271

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

#arnString

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

Returns:

  • (String)


271
272
273
274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271

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

#created_atTime

The timestamp when the anomaly detector was created.

Returns:

  • (Time)


271
272
273
274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271

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

#modified_atTime

The timestamp when the anomaly detector was last modified.

Returns:

  • (Time)


271
272
273
274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271

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

#statusTypes::AnomalyDetectorStatus

The current status of the anomaly detector.



271
272
273
274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271

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

#tagsHash<String,String>

The tags applied to the anomaly detector.

Returns:

  • (Hash<String,String>)


271
272
273
274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271

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