Class: Aws::Types::PacingStrategy
- Inherits:
-
Object
- Object
- Aws::Types::PacingStrategy
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AbandonmentRate, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abandonment_rate ⇒ Types::AbandonmentRatePacingConfig
Returns the value of attribute abandonment_rate.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#abandonment_rate ⇒ Types::AbandonmentRatePacingConfig
Returns the value of attribute abandonment_rate.
535 536 537 |
# File 'sig/types.rbs', line 535 def abandonment_rate @abandonment_rate end |
#unknown ⇒ Object
Returns the value of attribute unknown.
536 537 538 |
# File 'sig/types.rbs', line 536 def unknown @unknown end |