Struct rusoto_redshift::DeleteSnapshotCopyGrantMessage [] [src]

pub struct DeleteSnapshotCopyGrantMessage {
    pub snapshot_copy_grant_name: String,
}

The result of the DeleteSnapshotCopyGrant action.

Fields

The name of the snapshot copy grant to delete.

Trait Implementations

impl Default for DeleteSnapshotCopyGrantMessage
[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteSnapshotCopyGrantMessage
[src]

Formats the value using the given formatter.

impl Clone for DeleteSnapshotCopyGrantMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more