Class: Aws::Types::DescribeBandwidthRateLimitOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBandwidthRateLimitOutput
- 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.
548 549 550 |
# File 'sig/types.rbs', line 548 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.
547 548 549 |
# File 'sig/types.rbs', line 547 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.
546 547 548 |
# File 'sig/types.rbs', line 546 def gateway_arn @gateway_arn end |