Class: Aws::CloudSearch::Types::IndexDocumentsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#field_namesArray<String>

The names of the fields that are currently being indexed.

Returns:

  • (Array<String>)


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