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

Class: Aws::StorageGateway::Types::DeleteBandwidthRateLimitInput

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

Overview

Note:

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

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

A JSON object containing the following fields:

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth_typeString

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

Valid Values: UPLOAD | DOWNLOAD | ALL

Returns:

  • (String)

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

#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.