Class: Aws::Redshift::Types::DeleteSnapshotCopyGrantMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteSnapshotCopyGrantMessage
- 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
-
#snapshot_copy_grant_name ⇒ String
The name of the snapshot copy grant to delete.
Instance Attribute Details
#snapshot_copy_grant_name ⇒ String
The name of the snapshot copy grant to delete.
2245 2246 2247 2248 |
# File 'lib/aws-sdk-redshift/types.rb', line 2245 class DeleteSnapshotCopyGrantMessage < Struct.new( :snapshot_copy_grant_name) include Aws::Structure end |