Module: Aws::StorageGateway::Client::_DescribeBandwidthRateLimitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBandwidthRateLimitOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #average_download_rate_limit_in_bits_per_sec ⇒ ::Integer
- #average_upload_rate_limit_in_bits_per_sec ⇒ ::Integer
- #gateway_arn ⇒ ::String
Instance Method Details
#average_download_rate_limit_in_bits_per_sec ⇒ ::Integer
610 |
# File 'sig/client.rbs', line 610
def average_download_rate_limit_in_bits_per_sec: () -> ::Integer
|
#average_upload_rate_limit_in_bits_per_sec ⇒ ::Integer
609 |
# File 'sig/client.rbs', line 609
def average_upload_rate_limit_in_bits_per_sec: () -> ::Integer
|
#gateway_arn ⇒ ::String
608 |
# File 'sig/client.rbs', line 608
def gateway_arn: () -> ::String
|