Struct rusoto_snowball::GetJobManifestResult[][src]

pub struct GetJobManifestResult {
    pub manifest_uri: Option<String>,
}

Fields

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

Trait Implementations

impl Default for GetJobManifestResult
[src]

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

impl Debug for GetJobManifestResult
[src]

Formats the value using the given formatter. Read more

impl Clone for GetJobManifestResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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