Struct rusoto_importexport::Artifact [] [src]

pub struct Artifact {
    pub description: Option<Description>,
    pub url: Option<URL>,
}

A discrete item that contains the description and URL of an artifact (such as a PDF).

Fields

Trait Implementations

impl Default for Artifact
[src]

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

impl Debug for Artifact
[src]

Formats the value using the given formatter.

impl Clone for Artifact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more