Struct rusoto_support::Attachment [] [src]

pub struct Attachment {
    pub data: Option<Data>,
    pub file_name: Option<FileName>,
}

An attachment to a case communication. The attachment consists of the file name and the content of the file.

Fields

The content of the attachment file.

The name of the attachment file.

Trait Implementations

impl Default for Attachment
[src]

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

impl Debug for Attachment
[src]

Formats the value using the given formatter.

impl Clone for Attachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more