You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudSearchDomain::Types::UploadDocumentsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the response to an UploadDocuments request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#addsInteger

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

Returns:

  • (Integer)

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

#deletesInteger

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

Returns:

  • (Integer)

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

#statusString

The status of an UploadDocumentsRequest.

Returns:

  • (String)

    The status of an UploadDocumentsRequest.

#warningsArray<Types::DocumentServiceWarning>

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

Returns: