Class: Aws::PrometheusService::Types::DescribeAnomalyDetectorRequest

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 describe.

Returns:

  • (String)


1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1083

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

#workspace_idString

The identifier of the workspace containing the anomaly detector.

Returns:

  • (String)


1083
1084
1085
1086
1087
1088
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1083

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