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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudsearchdomain/types.rb

Overview

Contains the response to an ‘UploadDocuments` request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addsInteger

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

Returns:

  • (Integer)


822
823
824
825
826
827
828
829
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 822

class UploadDocumentsResponse < Struct.new(
  :status,
  :adds,
  :deletes,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#deletesInteger

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

Returns:

  • (Integer)


822
823
824
825
826
827
828
829
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 822

class UploadDocumentsResponse < Struct.new(
  :status,
  :adds,
  :deletes,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of an ‘UploadDocumentsRequest`.

Returns:

  • (String)


822
823
824
825
826
827
828
829
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 822

class UploadDocumentsResponse < Struct.new(
  :status,
  :adds,
  :deletes,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end

#warningsArray<Types::DocumentServiceWarning>

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

Returns:



822
823
824
825
826
827
828
829
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 822

class UploadDocumentsResponse < Struct.new(
  :status,
  :adds,
  :deletes,
  :warnings)
  SENSITIVE = []
  include Aws::Structure
end