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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

A JSON object containing the following fields:

  • DeleteBandwidthRateLimitInput$BandwidthType

^

Constant Summary collapse

SENSITIVE =
[]

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)


2165
2166
2167
2168
2169
2170
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2165

class DeleteBandwidthRateLimitInput < Struct.new(
  :gateway_arn,
  :bandwidth_type)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_arnString

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.

Returns:

  • (String)


2165
2166
2167
2168
2169
2170
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2165

class DeleteBandwidthRateLimitInput < Struct.new(
  :gateway_arn,
  :bandwidth_type)
  SENSITIVE = []
  include Aws::Structure
end