#[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 more