Struct rusoto_redshift::RotateEncryptionKeyMessage [] [src]

pub struct RotateEncryptionKeyMessage {
    pub cluster_identifier: String,
}

Fields

The unique identifier of the cluster that you want to rotate the encryption keys for.

Constraints: Must be the name of valid cluster that has encryption enabled.

Trait Implementations

impl Default for RotateEncryptionKeyMessage
[src]

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

impl Debug for RotateEncryptionKeyMessage
[src]

Formats the value using the given formatter.

impl Clone for RotateEncryptionKeyMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more