Struct rusoto_s3::AccelerateConfiguration [] [src]

pub struct AccelerateConfiguration {
    pub status: Option<BucketAccelerateStatus>,
}

Fields

The accelerate configuration of the bucket.

Trait Implementations

impl Default for AccelerateConfiguration
[src]

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

impl Clone for AccelerateConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccelerateConfiguration
[src]

Formats the value using the given formatter.