Struct rusoto_dynamodb::Capacity [] [src]

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

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]

[src]

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

impl Debug for Capacity
[src]

[src]

Formats the value using the given formatter.

impl Clone for Capacity
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more