You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::UpdateBandwidthRateLimitInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateBandwidthRateLimitInput as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#average_download_rate_limit_in_bits_per_secInteger

The average download bandwidth rate limit in bits per second.

Returns:

  • (Integer)

    The average download bandwidth rate limit in bits per second.

#average_upload_rate_limit_in_bits_per_secInteger

The average upload bandwidth rate limit in bits per second.

Returns:

  • (Integer)

    The average upload bandwidth rate limit in bits per second.

#gateway_arnString

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the gateway.