Class: Aws::StorageGateway::Types::UpdateBandwidthRateLimitInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateBandwidthRateLimitInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing one or more of the following fields:
-
UpdateBandwidthRateLimitInput$AverageDownloadRateLimitInBitsPerSec
-
UpdateBandwidthRateLimitInput$AverageUploadRateLimitInBitsPerSec
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.
6630 6631 6632 6633 6634 6635 6636 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6630 class UpdateBandwidthRateLimitInput < 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.
6630 6631 6632 6633 6634 6635 6636 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6630 class UpdateBandwidthRateLimitInput < 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.
6630 6631 6632 6633 6634 6635 6636 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6630 class UpdateBandwidthRateLimitInput < 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 |