pub struct NoncurrentVersionTransition {
pub storage_class: Value<String>,
pub transition_in_days: Value<u32>,
}Expand description
The AWS::S3::Bucket.NoncurrentVersionTransition property type.
Fields§
§storage_class: Value<String>Property StorageClass.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
transition_in_days: Value<u32>Property TransitionInDays.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for NoncurrentVersionTransition
impl Debug for NoncurrentVersionTransition
Source§impl Default for NoncurrentVersionTransition
impl Default for NoncurrentVersionTransition
Source§fn default() -> NoncurrentVersionTransition
fn default() -> NoncurrentVersionTransition
Returns the “default value” for a type. 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