Class: Aws::Types::UpdateBandwidthRateLimitInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBandwidthRateLimitInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average_download_rate_limit_in_bits_per_sec ⇒ ::Integer
Returns the value of attribute average_download_rate_limit_in_bits_per_sec.
-
#average_upload_rate_limit_in_bits_per_sec ⇒ ::Integer
Returns the value of attribute average_upload_rate_limit_in_bits_per_sec.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
Instance Attribute Details
#average_download_rate_limit_in_bits_per_sec ⇒ ::Integer
Returns the value of attribute average_download_rate_limit_in_bits_per_sec.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def average_download_rate_limit_in_bits_per_sec @average_download_rate_limit_in_bits_per_sec end |
#average_upload_rate_limit_in_bits_per_sec ⇒ ::Integer
Returns the value of attribute average_upload_rate_limit_in_bits_per_sec.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def average_upload_rate_limit_in_bits_per_sec @average_upload_rate_limit_in_bits_per_sec end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def gateway_arn @gateway_arn end |