Class: Aws::CloudSearchDomain::Types::UploadDocumentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearchDomain::Types::UploadDocumentsResponse
- Defined in:
- gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb
Overview
Contains the response to an UploadDocuments
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adds ⇒ Integer
The number of documents that were added to the search domain.
-
#deletes ⇒ Integer
The number of documents that were deleted from the search domain.
-
#status ⇒ String
The status of an
UploadDocumentsRequest
. -
#warnings ⇒ Array<Types::DocumentServiceWarning>
Any warnings returned by the document service about the documents being uploaded.
Instance Attribute Details
#adds ⇒ Integer
The number of documents that were added to the search domain.
822 823 824 825 826 827 828 829 |
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 822 class UploadDocumentsResponse < Struct.new( :status, :adds, :deletes, :warnings) SENSITIVE = [] include Aws::Structure end |
#deletes ⇒ Integer
The number of documents that were deleted from the search domain.
822 823 824 825 826 827 828 829 |
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 822 class UploadDocumentsResponse < Struct.new( :status, :adds, :deletes, :warnings) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of an UploadDocumentsRequest
.
822 823 824 825 826 827 828 829 |
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 822 class UploadDocumentsResponse < Struct.new( :status, :adds, :deletes, :warnings) SENSITIVE = [] include Aws::Structure end |
#warnings ⇒ Array<Types::DocumentServiceWarning>
Any warnings returned by the document service about the documents being uploaded.
822 823 824 825 826 827 828 829 |
# File 'gems/aws-sdk-cloudsearchdomain/lib/aws-sdk-cloudsearchdomain/types.rb', line 822 class UploadDocumentsResponse < Struct.new( :status, :adds, :deletes, :warnings) SENSITIVE = [] include Aws::Structure end |