Struct rusoto_support::AddAttachmentsToSetResponse [] [src]

pub struct AddAttachmentsToSetResponse {
    pub attachment_set_id: Option<AttachmentSetId>,
    pub expiry_time: Option<ExpiryTime>,
}

The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.

Fields

The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.

The time and date when the attachment set expires.

Trait Implementations

impl Default for AddAttachmentsToSetResponse
[src]

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

impl Debug for AddAttachmentsToSetResponse
[src]

Formats the value using the given formatter.

impl Clone for AddAttachmentsToSetResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more