Description Usage Arguments Value Request syntax
View source: R/storagegateway_operations.R
Deletes the automatic tape creation policy of a gateway. If you delete this policy, new virtual tapes must be created manually. Use the Amazon Resource Name (ARN) of the gateway in your request to remove the policy.
1 |
GatewayARN |
[required] |
A list with the following syntax:
1 2 3 | list(
GatewayARN = "string"
)
|
1 2 3 | svc$delete_automatic_tape_creation_policy(
GatewayARN = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.