Class: Aws::Types::DescribeAnomalyDetectorsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_ids::Array[::String]

Returns the value of attribute anomaly_detector_ids.



263
264
265
# File 'sig/types.rbs', line 263

def anomaly_detector_ids
  @anomaly_detector_ids
end

#anomaly_detector_types::Array[("SINGLE_METRIC" | "METRIC_MATH")]

Returns the value of attribute anomaly_detector_types.



269
270
271
# File 'sig/types.rbs', line 269

def anomaly_detector_types
  @anomaly_detector_types
end

#dimensions::Array[Types::Dimension]

Returns the value of attribute dimensions.



268
269
270
# File 'sig/types.rbs', line 268

def dimensions
  @dimensions
end

#max_results::Integer

Returns the value of attribute max_results.



265
266
267
# File 'sig/types.rbs', line 265

def max_results
  @max_results
end

#metric_name::String

Returns the value of attribute metric_name.



267
268
269
# File 'sig/types.rbs', line 267

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.



266
267
268
# File 'sig/types.rbs', line 266

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.



264
265
266
# File 'sig/types.rbs', line 264

def next_token
  @next_token
end