Class: Aws::StorageGateway::Types::DeleteBandwidthRateLimitInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteBandwidthRateLimitInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the following fields:
-
DeleteBandwidthRateLimitInput$BandwidthType
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth_type ⇒ String
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#bandwidth_type ⇒ String
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
Valid Values: ‘UPLOAD` | `DOWNLOAD` | `ALL`
2267 2268 2269 2270 2271 2272 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2267 class DeleteBandwidthRateLimitInput < Struct.new( :gateway_arn, :bandwidth_type) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
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.
2267 2268 2269 2270 2271 2272 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2267 class DeleteBandwidthRateLimitInput < Struct.new( :gateway_arn, :bandwidth_type) SENSITIVE = [] include Aws::Structure end |