Class: Aws::Types::AlarmPromQLCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pending_period::Integer

Returns the value of attribute pending_period.

Returns:

  • (::Integer)


42
43
44
# File 'sig/types.rbs', line 42

def pending_period
  @pending_period
end

#query::String

Returns the value of attribute query.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def query
  @query
end

#recovery_period::Integer

Returns the value of attribute recovery_period.

Returns:

  • (::Integer)


43
44
45
# File 'sig/types.rbs', line 43

def recovery_period
  @recovery_period
end