Struct rusoto_redshift::DisableSnapshotCopyMessage[][src]

pub struct DisableSnapshotCopyMessage {
    pub cluster_identifier: String,
}

Fields

The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

Trait Implementations

impl Default for DisableSnapshotCopyMessage
[src]

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

impl Debug for DisableSnapshotCopyMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for DisableSnapshotCopyMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DisableSnapshotCopyMessage
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations