Class: Aws::Types::TrafficShapingTpsConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#peak_concurrent_users::Integer

Returns the value of attribute peak_concurrent_users.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def peak_tps
  @peak_tps
end