Class: Aws::Types::BehaviorCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator"less-than", ...

Returns the value of attribute comparison_operator.

Returns:

  • ("less-than", "less-than-equals", "greater-than", "greater-than-equals", "in-cidr-set", "not-in-cidr-set", "in-port-set", "not-in-port-set", "in-set", "not-in-set")


396
397
398
# File 'sig/types.rbs', line 396

def comparison_operator
  @comparison_operator
end

#consecutive_datapoints_to_alarm::Integer

Returns the value of attribute consecutive_datapoints_to_alarm.

Returns:

  • (::Integer)


399
400
401
# File 'sig/types.rbs', line 399

def consecutive_datapoints_to_alarm
  @consecutive_datapoints_to_alarm
end

#consecutive_datapoints_to_clear::Integer

Returns the value of attribute consecutive_datapoints_to_clear.

Returns:

  • (::Integer)


400
401
402
# File 'sig/types.rbs', line 400

def consecutive_datapoints_to_clear
  @consecutive_datapoints_to_clear
end

#duration_seconds::Integer

Returns the value of attribute duration_seconds.

Returns:

  • (::Integer)


398
399
400
# File 'sig/types.rbs', line 398

def duration_seconds
  @duration_seconds
end

#ml_detection_configTypes::MachineLearningDetectionConfig

Returns the value of attribute ml_detection_config.



402
403
404
# File 'sig/types.rbs', line 402

def ml_detection_config
  @ml_detection_config
end

#statistical_thresholdTypes::StatisticalThreshold

Returns the value of attribute statistical_threshold.



401
402
403
# File 'sig/types.rbs', line 401

def statistical_threshold
  @statistical_threshold
end

#valueTypes::MetricValue

Returns the value of attribute value.

Returns:



397
398
399
# File 'sig/types.rbs', line 397

def value
  @value
end