Class: Aws::Types::TrafficShapingTpsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TrafficShapingTpsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#peak_concurrent_users ⇒ ::Integer
Returns the value of attribute peak_concurrent_users.
-
#peak_tps ⇒ ::Integer
Returns the value of attribute peak_tps.
Instance Attribute Details
#peak_concurrent_users ⇒ ::Integer
Returns the value of attribute peak_concurrent_users.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def peak_concurrent_users @peak_concurrent_users end |
#peak_tps ⇒ ::Integer
Returns the value of attribute peak_tps.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def peak_tps @peak_tps end |