Struct rusoto_glacier::ArchiveCreationOutput [] [src]

pub struct ArchiveCreationOutput {
    pub archive_id: Option<String>,
    pub checksum: Option<String>,
    pub location: Option<String>,
}

Contains the Amazon Glacier response to your request.

For information about the underlying REST API, see Upload Archive. For conceptual information, see Working with Archives in Amazon Glacier.

Fields

The ID of the archive. This value is also included as part of the location.

The checksum of the archive computed by Amazon Glacier.

The relative URI path of the newly added archive resource.

Trait Implementations

impl Default for ArchiveCreationOutput
[src]

[src]

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

impl Debug for ArchiveCreationOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ArchiveCreationOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations