Class: Aws::Types::AbandonmentRatePacingConfig
- Inherits:
-
Object
- Object
- Aws::Types::AbandonmentRatePacingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_start_point ⇒ "CONNECTED_TO_SYSTEM", ...
Returns the value of attribute connection_start_point.
-
#connection_threshold_seconds ⇒ ::Integer
Returns the value of attribute connection_threshold_seconds.
-
#evaluation_window ⇒ ::String
Returns the value of attribute evaluation_window.
-
#target_rate ⇒ ::Float
Returns the value of attribute target_rate.
Instance Attribute Details
#connection_start_point ⇒ "CONNECTED_TO_SYSTEM", ...
Returns the value of attribute connection_start_point.
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.
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.
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.
12 13 14 |
# File 'sig/types.rbs', line 12 def target_rate @target_rate end |