Struct aws_sdk_redshift::input::RotateEncryptionKeyInput
source · #[non_exhaustive]pub struct RotateEncryptionKeyInput { /* private fields */ }
Expand description
Implementations§
source§impl RotateEncryptionKeyInput
impl RotateEncryptionKeyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RotateEncryptionKey, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RotateEncryptionKey, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RotateEncryptionKey
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RotateEncryptionKeyInput
.
source§impl RotateEncryptionKeyInput
impl RotateEncryptionKeyInput
sourcepub fn cluster_identifier(&self) -> Option<&str>
pub fn cluster_identifier(&self) -> Option<&str>
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§
source§impl Clone for RotateEncryptionKeyInput
impl Clone for RotateEncryptionKeyInput
source§fn clone(&self) -> RotateEncryptionKeyInput
fn clone(&self) -> RotateEncryptionKeyInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RotateEncryptionKeyInput
impl Debug for RotateEncryptionKeyInput
source§impl PartialEq<RotateEncryptionKeyInput> for RotateEncryptionKeyInput
impl PartialEq<RotateEncryptionKeyInput> for RotateEncryptionKeyInput
source§fn eq(&self, other: &RotateEncryptionKeyInput) -> bool
fn eq(&self, other: &RotateEncryptionKeyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.