Struct aws_sdk_s3::types::SimplePrefix
source · #[non_exhaustive]pub struct SimplePrefix {}
Expand description
To use simple format for S3 keys for log objects, set SimplePrefix to an empty object.
[DestinationPrefix][YYYY]-[MM]-[DD]-[hh]-[mm]-[ss]-[UniqueString]
Implementations§
source§impl SimplePrefix
impl SimplePrefix
sourcepub fn builder() -> SimplePrefixBuilder
pub fn builder() -> SimplePrefixBuilder
Creates a new builder-style object to manufacture SimplePrefix
.
Trait Implementations§
source§impl Clone for SimplePrefix
impl Clone for SimplePrefix
source§fn clone(&self) -> SimplePrefix
fn clone(&self) -> SimplePrefix
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 moresource§impl Debug for SimplePrefix
impl Debug for SimplePrefix
source§impl PartialEq for SimplePrefix
impl PartialEq for SimplePrefix
source§fn eq(&self, other: &SimplePrefix) -> bool
fn eq(&self, other: &SimplePrefix) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SimplePrefix
Auto Trait Implementations§
impl RefUnwindSafe for SimplePrefix
impl Send for SimplePrefix
impl Sync for SimplePrefix
impl Unpin for SimplePrefix
impl UnwindSafe for SimplePrefix
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.