class Aws::StorageGateway::Types::UpdateBandwidthRateLimitInput

A JSON object containing one or more of the following fields:

@note When making an API call, you may pass UpdateBandwidthRateLimitInput

data as a hash:

    {
      gateway_arn: "GatewayARN", # required
      average_upload_rate_limit_in_bits_per_sec: 1,
      average_download_rate_limit_in_bits_per_sec: 1,
    }

@!attribute [rw] gateway_arn

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Region.
@return [String]

@!attribute [rw] average_upload_rate_limit_in_bits_per_sec

The average upload bandwidth rate limit in bits per second.
@return [Integer]

@!attribute [rw] average_download_rate_limit_in_bits_per_sec

The average download bandwidth rate limit in bits per second.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateBandwidthRateLimitInput AWS API Documentation

Constants

SENSITIVE