Class: Aws::PrometheusService::Types::DeleteAnomalyDetectorRequest

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 identifier of the anomaly detector to delete.



847
848
849
850
851
852
853
# File 'lib/aws-sdk-prometheusservice/types.rb', line 847

class DeleteAnomalyDetectorRequest < Struct.new(
  :workspace_id,
  :anomaly_detector_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.



847
848
849
850
851
852
853
# File 'lib/aws-sdk-prometheusservice/types.rb', line 847

class DeleteAnomalyDetectorRequest < Struct.new(
  :workspace_id,
  :anomaly_detector_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The identifier of the workspace containing the anomaly detector to delete.



847
848
849
850
851
852
853
# File 'lib/aws-sdk-prometheusservice/types.rb', line 847

class DeleteAnomalyDetectorRequest < Struct.new(
  :workspace_id,
  :anomaly_detector_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end