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]

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

impl Debug for Capacity
[src]

Formats the value using the given formatter. Read more

impl Clone for Capacity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Capacity
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Capacity

impl Sync for Capacity