Struct rusoto_dynamodb::Capacity [] [src]

pub struct Capacity {
    pub capacity_units: Option<ConsumedCapacityUnits>,
}

Represents the amount of provisioned throughput capacity consumed on a table or an index.

Fields

The total number of capacity units consumed on a table or an index.

Trait Implementations

impl Default for Capacity
[src]

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

impl Debug for Capacity
[src]

Formats the value using the given formatter.

impl Clone for Capacity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more