Description Usage Arguments Value Request syntax Examples
View source: R/storagegateway_operations.R
Returns information about the upload buffer of a gateway. This operation is supported for the stored volume, cached volume, and tape gateway types.
The response includes disk IDs that are configured as upload buffer space, and it includes the amount of upload buffer space allocated and used.
1 | storagegateway_describe_upload_buffer(GatewayARN)
|
GatewayARN |
[required] |
A list with the following syntax:
1 2 3 4 5 6 7 8 |
1 2 3 | svc$describe_upload_buffer(
GatewayARN = "string"
)
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
# Returns information about the upload buffer of a gateway including disk
# IDs and the amount of upload buffer space allocated/used.
svc$describe_upload_buffer(
GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
)
# Returns information about the upload buffer of a gateway including disk
# IDs and the amount of upload buffer space allocated and used.
svc$describe_upload_buffer(
GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.