Class: Aws::Types::EvaluationCriteria

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

Defined Under Namespace

Classes: PromQlCriteria, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#prom_ql_criteriaTypes::AlarmPromQLCriteria

Returns the value of attribute prom_ql_criteria.



354
355
356
# File 'sig/types.rbs', line 354

def prom_ql_criteria
  @prom_ql_criteria
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


355
356
357
# File 'sig/types.rbs', line 355

def unknown
  @unknown
end