pub struct NoncurrentVersionTransition {
pub newer_noncurrent_versions: Option<i32>,
pub noncurrent_days: Option<i32>,
pub storage_class: Option<String>,
}
Fields§
§newer_noncurrent_versions: Option<i32>
§noncurrent_days: Option<i32>
§storage_class: Option<String>
Valid Values: GLACIER | STANDARD_IA | ONEZONE_IA | INTELLIGENT_TIERING | DEEP_ARCHIVE | GLACIER_IR
Implementations§
Trait Implementations§
Source§impl Clone for NoncurrentVersionTransition
impl Clone for NoncurrentVersionTransition
Source§fn clone(&self) -> NoncurrentVersionTransition
fn clone(&self) -> NoncurrentVersionTransition
Returns a duplicate 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 NoncurrentVersionTransition
impl Debug for NoncurrentVersionTransition
Source§impl<'de> Deserialize<'de> for NoncurrentVersionTransition
impl<'de> Deserialize<'de> for NoncurrentVersionTransition
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 NoncurrentVersionTransition
impl RefUnwindSafe for NoncurrentVersionTransition
impl Send for NoncurrentVersionTransition
impl Sync for NoncurrentVersionTransition
impl Unpin for NoncurrentVersionTransition
impl UnwindSafe for NoncurrentVersionTransition
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