Disassociates an AWS RAM permission from a resource share.
ram_disassociate_resource_share_permission(resourceShareArn,
permissionArn, clientToken)
A list with the following syntax:
list(
returnValue = TRUE|FALSE,
clientToken = "string"
)
[required] The Amazon Resource Name (ARN) of the resource share.
[required] The ARN of the permission to disassociate from the resource share.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
svc$disassociate_resource_share_permission(
resourceShareArn = "string",
permissionArn = "string",
clientToken = "string"
)