Class: Aws::Types::AbandonmentRatePacingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_start_point"CONNECTED_TO_SYSTEM", ...

Returns the value of attribute connection_start_point.

Returns:

  • ("CONNECTED_TO_SYSTEM", "GREETING_START", "GREETING_END")


13
14
15
# File 'sig/types.rbs', line 13

def connection_start_point
  @connection_start_point
end

#connection_threshold_seconds::Integer

Returns the value of attribute connection_threshold_seconds.

Returns:

  • (::Integer)


14
15
16
# File 'sig/types.rbs', line 14

def connection_threshold_seconds
  @connection_threshold_seconds
end

#evaluation_window::String

Returns the value of attribute evaluation_window.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def evaluation_window
  @evaluation_window
end

#target_rate::Float

Returns the value of attribute target_rate.

Returns:

  • (::Float)


12
13
14
# File 'sig/types.rbs', line 12

def target_rate
  @target_rate
end