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]

[src]

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

impl Debug for DisableSnapshotCopyMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DisableSnapshotCopyMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations