Disassociates the specified principals or resources from the specified resource share.
ram_disassociate_resource_share(resourceShareArn, resourceArns,
principals, clientToken)[required] The Amazon Resource Name (ARN) of the resource share.
The Amazon Resource Names (ARN) of the resources.
The principals.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
svc$disassociate_resource_share(
resourceShareArn = "string",
resourceArns = list(
"string"
),
principals = list(
"string"
),
clientToken = "string"
)