Method: Aws::CloudSearch::Types::IntArrayOptions#source_fields
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
#source_fields ⇒ String
A list of source fields to map to the field.
1463 1464 1465 1466 1467 1468 1469 1470 1471 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1463 class IntArrayOptions < Struct.new( :default_value, :source_fields, :facet_enabled, :search_enabled, :return_enabled) SENSITIVE = [] include Aws::Structure end |