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)


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.

Returns:

  • (::Integer)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def peak_tps
  @peak_tps
end