Class: Aws::PrometheusService::Types::CreateAnomalyDetectorResponse

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 created anomaly detector.

Returns:

  • (String)


461
462
463
464
465
466
467
468
# File 'lib/aws-sdk-prometheusservice/types.rb', line 461

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

#arnString

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

Returns:

  • (String)


461
462
463
464
465
466
467
468
# File 'lib/aws-sdk-prometheusservice/types.rb', line 461

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

#statusTypes::AnomalyDetectorStatus

The status information of the created anomaly detector.



461
462
463
464
465
466
467
468
# File 'lib/aws-sdk-prometheusservice/types.rb', line 461

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

#tagsHash<String,String>

The tags applied to the created anomaly detector.

Returns:

  • (Hash<String,String>)


461
462
463
464
465
466
467
468
# File 'lib/aws-sdk-prometheusservice/types.rb', line 461

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