Class: Aws::PrometheusService::Types::DeleteAnomalyDetectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DeleteAnomalyDetectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_id ⇒ String
The identifier of the anomaly detector to delete.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#workspace_id ⇒ String
The identifier of the workspace containing the anomaly detector to delete.
Instance Attribute Details
#anomaly_detector_id ⇒ String
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_token ⇒ String
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_id ⇒ String
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 |