pub struct RotationRulesType {
pub automatically_after_days: Option<i64>,
pub duration: Option<String>,
pub schedule_expression: Option<String>,
}Expand description
Secrets Manager RotationRulesType.
Fields§
§automatically_after_days: Option<i64>§duration: Option<String>§schedule_expression: Option<String>Trait Implementations§
Source§impl Clone for RotationRulesType
impl Clone for RotationRulesType
Source§fn clone(&self) -> RotationRulesType
fn clone(&self) -> RotationRulesType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RotationRulesType
impl Debug for RotationRulesType
Source§impl Default for RotationRulesType
impl Default for RotationRulesType
Source§fn default() -> RotationRulesType
fn default() -> RotationRulesType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RotationRulesType
impl<'de> Deserialize<'de> for RotationRulesType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RotationRulesType
impl RefUnwindSafe for RotationRulesType
impl Send for RotationRulesType
impl Sync for RotationRulesType
impl Unpin for RotationRulesType
impl UnsafeUnpin for RotationRulesType
impl UnwindSafe for RotationRulesType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more