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§
source§impl 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.