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.

impl Clone for GetJobManifestResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more