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.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def peak_concurrent_users @peak_concurrent_users end |
#peak_tps ⇒ ::Integer
Returns the value of attribute peak_tps.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def peak_tps @peak_tps end |