Struct rusoto_glacier::ProvisionedCapacityDescription [] [src]

pub struct ProvisionedCapacityDescription {
    pub capacity_id: Option<String>,
    pub expiration_date: Option<String>,
    pub start_date: Option<String>,
}

The definition for a provisioned capacity unit.

Fields

The ID that identifies the provisioned capacity unit.

The date that the provisioned capacity unit expires, in Universal Coordinated Time (UTC).

The date that the provisioned capacity unit was purchased, in Universal Coordinated Time (UTC).

Trait Implementations

impl Default for ProvisionedCapacityDescription
[src]

[src]

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

impl Debug for ProvisionedCapacityDescription
[src]

[src]

Formats the value using the given formatter.

impl Clone for ProvisionedCapacityDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more