Class: Aws::Redshift::Types::DeleteSnapshotCopyGrantMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteSnapshotCopyGrantMessage
- 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
-
#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.
3807 3808 3809 3810 3811 |
# File 'lib/aws-sdk-redshift/types.rb', line 3807 class DeleteSnapshotCopyGrantMessage < Struct.new( :snapshot_copy_grant_name) SENSITIVE = [] include Aws::Structure end |