class Aws::CloudSearchDomain::Types::UploadDocumentsRequest

Container for the parameters to the `UploadDocuments` request.

@note When making an API call, you may pass UploadDocumentsRequest

data as a hash:

    {
      documents: "data", # required
      content_type: "application/json", # required, accepts application/json, application/xml
    }

@!attribute [rw] documents

A batch of documents formatted in JSON or HTML.
@return [IO]

@!attribute [rw] content_type

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

* application/json
* application/xml
@return [String]

Constants

SENSITIVE