Learn R Programming

paws.database (version 0.1.12)

redshift_delete_snapshot_copy_grant: Deletes the specified snapshot copy grant

Description

Deletes the specified snapshot copy grant.

Usage

redshift_delete_snapshot_copy_grant(SnapshotCopyGrantName)

Value

An empty list.

Arguments

SnapshotCopyGrantName

[required] The name of the snapshot copy grant to delete.

Request syntax

svc$delete_snapshot_copy_grant(
  SnapshotCopyGrantName = "string"
)