Struct aws_sdk_rust::aws::s3::bucket::GetBucketLoggingOutput
[−]
[src]
pub struct GetBucketLoggingOutput { pub logging_enabled: LoggingEnabled, }
Fields
logging_enabled: LoggingEnabled
Trait Implementations
impl Default for GetBucketLoggingOutput
[src]
fn default() -> GetBucketLoggingOutput
Returns the "default value" for a type. Read more