Struct aws_sdk_connect::model::S3Config
source · [−]#[non_exhaustive]pub struct S3Config { /* private fields */ }
Expand description
Information about the Amazon Simple Storage Service (Amazon S3) storage type.
Implementations
sourceimpl S3Config
impl S3Config
sourcepub fn bucket_name(&self) -> Option<&str>
pub fn bucket_name(&self) -> Option<&str>
The S3 bucket name.
sourcepub fn bucket_prefix(&self) -> Option<&str>
pub fn bucket_prefix(&self) -> Option<&str>
The S3 bucket prefix.
sourcepub fn encryption_config(&self) -> Option<&EncryptionConfig>
pub fn encryption_config(&self) -> Option<&EncryptionConfig>
The Amazon S3 encryption configuration.
Trait Implementations
impl StructuralPartialEq for S3Config
Auto Trait Implementations
impl RefUnwindSafe for S3Config
impl Send for S3Config
impl Sync for S3Config
impl Unpin for S3Config
impl UnwindSafe for S3Config
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