Class: Aws::Types::SamplingBoost
- Inherits:
-
Object
- Object
- Aws::Types::SamplingBoost
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#boost_rate ⇒ ::Float
Returns the value of attribute boost_rate.
-
#boost_rate_ttl ⇒ ::Time
Returns the value of attribute boost_rate_ttl.
Instance Attribute Details
#boost_rate ⇒ ::Float
Returns the value of attribute boost_rate.
771 772 773 |
# File 'sig/types.rbs', line 771 def boost_rate @boost_rate end |
#boost_rate_ttl ⇒ ::Time
Returns the value of attribute boost_rate_ttl.
772 773 774 |
# File 'sig/types.rbs', line 772 def boost_rate_ttl @boost_rate_ttl end |