Struct aws_sdk_imagebuilder::model::S3Logs
source · [−]#[non_exhaustive]pub struct S3Logs { /* private fields */ }
Expand description
Amazon S3 logging configuration.
Implementations
sourceimpl S3Logs
impl S3Logs
sourcepub fn s3_bucket_name(&self) -> Option<&str>
pub fn s3_bucket_name(&self) -> Option<&str>
The S3 bucket in which to store the logs.
sourcepub fn s3_key_prefix(&self) -> Option<&str>
pub fn s3_key_prefix(&self) -> Option<&str>
The Amazon S3 path to the bucket where the logs are stored.
Trait Implementations
impl StructuralPartialEq for S3Logs
Auto Trait Implementations
impl RefUnwindSafe for S3Logs
impl Send for S3Logs
impl Sync for S3Logs
impl Unpin for S3Logs
impl UnwindSafe for S3Logs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more