Struct rusoto_cloudsearchdomain::UploadDocumentsRequest [] [src]

pub struct UploadDocumentsRequest {
    pub content_type: String,
    pub documents: Vec<u8>,
}

Container for the parameters to the UploadDocuments request.

Fields

The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats:

  • application/json
  • application/xml

A batch of documents formatted in JSON or HTML.

Trait Implementations

impl Default for UploadDocumentsRequest
[src]

[src]

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

impl Debug for UploadDocumentsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UploadDocumentsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more