Class: Aws::StorageGateway::Types::DescribeBandwidthRateLimitOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeBandwidthRateLimitOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the following fields:
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#average_download_rate_limit_in_bits_per_sec ⇒ Integer
The average download bandwidth rate limit in bits per second.
-
#average_upload_rate_limit_in_bits_per_sec ⇒ Integer
The average upload bandwidth rate limit in bits per second.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#average_download_rate_limit_in_bits_per_sec ⇒ Integer
The average download bandwidth rate limit in bits per second. This field does not appear in the response if the download rate limit is not set.
2815 2816 2817 2818 2819 2820 2821 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2815 class DescribeBandwidthRateLimitOutput < Struct.new( :gateway_arn, :average_upload_rate_limit_in_bits_per_sec, :average_download_rate_limit_in_bits_per_sec) SENSITIVE = [] include Aws::Structure end |
#average_upload_rate_limit_in_bits_per_sec ⇒ Integer
The average upload bandwidth rate limit in bits per second. This field does not appear in the response if the upload rate limit is not set.
2815 2816 2817 2818 2819 2820 2821 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2815 class DescribeBandwidthRateLimitOutput < Struct.new( :gateway_arn, :average_upload_rate_limit_in_bits_per_sec, :average_download_rate_limit_in_bits_per_sec) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
2815 2816 2817 2818 2819 2820 2821 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2815 class DescribeBandwidthRateLimitOutput < Struct.new( :gateway_arn, :average_upload_rate_limit_in_bits_per_sec, :average_download_rate_limit_in_bits_per_sec) SENSITIVE = [] include Aws::Structure end |