Struct aws_sdk_rust::aws::s3::admin::AdminQuota [] [src]

pub struct AdminQuota {
    pub enabled: bool,
    pub max_size_kb: i64,
    pub max_objects: i64,
}

Ceph RGW Bucket Quota

Fields

Quota enabled

Default -1 which indicates no quota for bucket sizes

Default -1 which indicates no quota for number of total objects

Trait Implementations

impl Debug for AdminQuota
[src]

Formats the value using the given formatter.

impl Clone for AdminQuota
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Decodable for AdminQuota
[src]

Deserialize a value using a Decoder.

impl Encodable for AdminQuota
[src]

Serialize a value using an Encoder.

impl Default for AdminQuota
[src]

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