Struct aws_sdk_imagebuilder::model::S3Logs [−][src]
#[non_exhaustive]pub struct S3Logs {
pub s3_bucket_name: Option<String>,
pub s3_key_prefix: Option<String>,
}
Expand description
Amazon S3 logging configuration.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.s3_bucket_name: Option<String>
The Amazon S3 bucket in which to store the logs.
s3_key_prefix: Option<String>
The Amazon S3 path in which to store the logs.
Implementations
The Amazon S3 bucket in which to store the logs.
The Amazon S3 path in which to store the logs.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for S3Logs
impl UnwindSafe for S3Logs
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more