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

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

Overview

Note:

When making an API call, you may pass DeleteSnapshotCopyGrantMessage data as a hash:

{
  snapshot_copy_grant_name: "String", # required
}

The result of the ‘DeleteSnapshotCopyGrant` action.

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_copy_grant_nameString

The name of the snapshot copy grant to delete.

Returns:

  • (String)


2776
2777
2778
2779
# File 'lib/aws-sdk-redshift/types.rb', line 2776

class DeleteSnapshotCopyGrantMessage < Struct.new(
  :snapshot_copy_grant_name)
  include Aws::Structure
end