Struct rusoto_glacier::PurchaseProvisionedCapacityOutput [] [src]

pub struct PurchaseProvisionedCapacityOutput {
    pub capacity_id: Option<String>,
}

Fields

The ID that identifies the provisioned capacity unit.

Trait Implementations

impl Default for PurchaseProvisionedCapacityOutput
[src]

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

impl Debug for PurchaseProvisionedCapacityOutput
[src]

Formats the value using the given formatter.

impl Clone for PurchaseProvisionedCapacityOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more