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]

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

impl Debug for ProvisionedCapacityDescription
[src]

Formats the value using the given formatter. Read more

impl Clone for ProvisionedCapacityDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ProvisionedCapacityDescription
[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