#[non_exhaustive]pub struct AwsSecretsManagerSecretRotationRules { /* private fields */ }
Expand description
Defines the rotation schedule for the secret.
Implementations§
source§impl AwsSecretsManagerSecretRotationRules
impl AwsSecretsManagerSecretRotationRules
sourcepub fn automatically_after_days(&self) -> i32
pub fn automatically_after_days(&self) -> i32
The number of days after the previous rotation to rotate the secret.
source§impl AwsSecretsManagerSecretRotationRules
impl AwsSecretsManagerSecretRotationRules
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsSecretsManagerSecretRotationRules
.
Trait Implementations§
source§impl Clone for AwsSecretsManagerSecretRotationRules
impl Clone for AwsSecretsManagerSecretRotationRules
source§fn clone(&self) -> AwsSecretsManagerSecretRotationRules
fn clone(&self) -> AwsSecretsManagerSecretRotationRules
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 PartialEq<AwsSecretsManagerSecretRotationRules> for AwsSecretsManagerSecretRotationRules
impl PartialEq<AwsSecretsManagerSecretRotationRules> for AwsSecretsManagerSecretRotationRules
source§fn eq(&self, other: &AwsSecretsManagerSecretRotationRules) -> bool
fn eq(&self, other: &AwsSecretsManagerSecretRotationRules) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.