Struct aws_sdk_rust::aws::s3::bucket::LoggingEnabled [] [src]

pub struct LoggingEnabled {
    pub target_prefix: TargetPrefix,
    pub target_bucket: TargetBucket,
    pub target_grants: TargetGrants,
}

Fields

This element lets you specify a prefix for the keys that the log files will be stored under.

Specifies the bucket where you want Amazon S3 to store server access logs. You can have your logs delivered to any bucket that you own, including the same bucket that is being logged. You can also configure multiple buckets to deliver their logs to the same target bucket. In this case you should choose a different TargetPrefix for each source bucket so that the delivered log files can be distinguished by key.

Trait Implementations

impl Debug for LoggingEnabled
[src]

Formats the value using the given formatter.

impl Default for LoggingEnabled
[src]

Returns the "default value" for a type. Read more

impl Decodable for LoggingEnabled
[src]

Deserialize a value using a Decoder.

impl Encodable for LoggingEnabled
[src]

Serialize a value using an Encoder.