Struct rusoto_cloudsearchdomain::UploadDocumentsResponse [] [src]

pub struct UploadDocumentsResponse {
    pub adds: Option<i64>,
    pub deletes: Option<i64>,
    pub status: Option<String>,
    pub warnings: Option<Vec<DocumentServiceWarning>>,
}

Contains the response to an UploadDocuments request.

Fields

The number of documents that were added to the search domain.

The number of documents that were deleted from the search domain.

The status of an UploadDocumentsRequest.

Any warnings returned by the document service about the documents being uploaded.

Trait Implementations

impl Default for UploadDocumentsResponse
[src]

[src]

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

impl Debug for UploadDocumentsResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for UploadDocumentsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more