paws.storage (version 0.1.0)

storagegateway_describe_bandwidth_rate_limit: Returns the bandwidth rate limits of a gateway

Description

Returns the bandwidth rate limits of a gateway. By default, these limits are not set, which means no bandwidth rate limiting is in effect.

Usage

storagegateway_describe_bandwidth_rate_limit(GatewayARN)

Arguments

GatewayARN

[required]

Request syntax

svc$describe_bandwidth_rate_limit(
  GatewayARN = "string"
)

Details

This operation only returns a value for a bandwidth rate limit only if the limit is set. If no limits are set for the gateway, then this operation returns only the gateway ARN in the response body. To specify which gateway to describe, use the Amazon Resource Name (ARN) of the gateway in your request.

Examples

Run this code
# NOT RUN {
# Returns a value for a bandwidth rate limit if set. If not set, then only
# the gateway ARN is returned.
# }
# NOT RUN {
svc$describe_bandwidth_rate_limit(
  GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace