[][src]Struct rusoto_glacier::ArchiveCreationOutput

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

Contains the Amazon S3 Glacier response to your request.

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

Fields

archive_id: Option<String>

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

checksum: Option<String>

The checksum of the archive computed by Amazon S3 Glacier.

location: Option<String>

The relative URI path of the newly added archive resource.

Trait Implementations

impl Clone for ArchiveCreationOutput[src]

impl Default for ArchiveCreationOutput[src]

impl PartialEq<ArchiveCreationOutput> for ArchiveCreationOutput[src]

impl Debug for ArchiveCreationOutput[src]

impl<'de> Deserialize<'de> for ArchiveCreationOutput[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self