paws.security.identity (version 0.1.0)

ram_delete_resource_share: Deletes the specified resource share

Description

Deletes the specified resource share.

Usage

ram_delete_resource_share(resourceShareArn, clientToken)

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"
)