Class: Aws::Types::WarmUpConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#only_start_evaluating_after_warm_up_period_endsBoolean

Returns the value of attribute only_start_evaluating_after_warm_up_period_ends.

Returns:

  • (Boolean)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def only_start_evaluating_after_warm_up_period_ends
  @only_start_evaluating_after_warm_up_period_ends
end

#warm_up_period_duration_in_minutes::Integer

Returns the value of attribute warm_up_period_duration_in_minutes.

Returns:

  • (::Integer)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def warm_up_period_duration_in_minutes
  @warm_up_period_duration_in_minutes
end