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`
2158 2159 2160 2161 2162 2163 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2158 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.
2158 2159 2160 2161 2162 2163 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2158 class DeleteBandwidthRateLimitInput < Struct.new( :gateway_arn, :bandwidth_type) SENSITIVE = [] include Aws::Structure end |