ram_delete_resource_share: Deletes the specified resource share
Description
Deletes the specified resource share.
Usage
ram_delete_resource_share(resourceShareArn, clientToken)
Value
A list with the following syntax:
list(
returnValue = TRUE|FALSE,
clientToken = "string"
)
Arguments
- resourceShareArn
[required] The Amazon Resource Name (ARN) of the resource share.
- clientToken
A unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.
Request syntax
svc$delete_resource_share(
resourceShareArn = "string",
clientToken = "string"
)