Class: Aws::Redshift::Types::DeleteSnapshotCopyGrantMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

The result of the ‘DeleteSnapshotCopyGrant` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_copy_grant_nameString

The name of the snapshot copy grant to delete.

Returns:

  • (String)


3740
3741
3742
3743
3744
# File 'lib/aws-sdk-redshift/types.rb', line 3740

class DeleteSnapshotCopyGrantMessage < Struct.new(
  :snapshot_copy_grant_name)
  SENSITIVE = []
  include Aws::Structure
end