Class: Aws::CloudSearch::Types::IndexDocumentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::IndexDocumentsResponse
- Defined in:
- gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb
Overview
The result of an IndexDocuments
request. Contains the status of the
indexing operation, including the fields being indexed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_names ⇒ Array<String>
The names of the fields that are currently being indexed.
Instance Attribute Details
#field_names ⇒ Array<String>
The names of the fields that are currently being indexed.
1291 1292 1293 1294 1295 |
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 1291 class IndexDocumentsResponse < Struct.new( :field_names) SENSITIVE = [] include Aws::Structure end |