class Aws::StorageGateway::Types::DeleteBandwidthRateLimitInput

A JSON object containing the following fields:

^

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

data as a hash:

    {
      gateway_arn: "GatewayARN", # required
      bandwidth_type: "BandwidthType", # required
    }

@!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] bandwidth_type

One of the BandwidthType values that indicates the gateway bandwidth
rate limit to delete.

Valid Values: `UPLOAD` \| `DOWNLOAD` \| `ALL`
@return [String]

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

Constants

SENSITIVE