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
impl StructuralPartialEq for SimplePrefix
Auto Trait Implementations§
impl Freeze for SimplePrefix
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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.