pub struct ManualTransitionRunReport {Show 21 fields
pub bucket: String,
pub prefix: String,
pub tier: Option<String>,
pub dry_run: bool,
pub lifecycle_config_found: bool,
pub scanned: u64,
pub eligible: u64,
pub enqueued: u64,
pub dry_run_eligible: u64,
pub skipped_not_transition: u64,
pub skipped_tier: u64,
pub skipped_delete_marker: u64,
pub skipped_directory: u64,
pub skipped_replication: u64,
pub skipped_already_transitioned: u64,
pub skipped_already_in_flight: u64,
pub skipped_queue_full: u64,
pub skipped_queue_closed: u64,
pub skipped_queue_timeout: u64,
pub truncated_by_limit: bool,
pub truncated_by_duration: bool,
}Expand description
Aggregate report for a manual lifecycle transition run.
Fields§
§bucket: String§prefix: String§tier: Option<String>§dry_run: bool§lifecycle_config_found: bool§scanned: u64§eligible: u64§enqueued: u64§dry_run_eligible: u64§skipped_not_transition: u64§skipped_tier: u64§skipped_delete_marker: u64§skipped_directory: u64§skipped_replication: u64§skipped_already_transitioned: u64§skipped_already_in_flight: u64§skipped_queue_full: u64§skipped_queue_closed: u64§skipped_queue_timeout: u64§truncated_by_limit: bool§truncated_by_duration: boolTrait Implementations§
Source§impl Clone for ManualTransitionRunReport
impl Clone for ManualTransitionRunReport
Source§fn clone(&self) -> ManualTransitionRunReport
fn clone(&self) -> ManualTransitionRunReport
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 ManualTransitionRunReport
impl Debug for ManualTransitionRunReport
Source§impl Default for ManualTransitionRunReport
impl Default for ManualTransitionRunReport
Source§fn default() -> ManualTransitionRunReport
fn default() -> ManualTransitionRunReport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ManualTransitionRunReport
impl<'de> Deserialize<'de> for ManualTransitionRunReport
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
impl Eq for ManualTransitionRunReport
impl StructuralPartialEq for ManualTransitionRunReport
Auto Trait Implementations§
impl Freeze for ManualTransitionRunReport
impl RefUnwindSafe for ManualTransitionRunReport
impl Send for ManualTransitionRunReport
impl Sync for ManualTransitionRunReport
impl Unpin for ManualTransitionRunReport
impl UnsafeUnpin for ManualTransitionRunReport
impl UnwindSafe for ManualTransitionRunReport
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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