Method: Aws::CloudSearch::Types::IntArrayOptions#default_value
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
#default_value ⇒ Integer
A value to use for the field if the field isn’t specified for a document.
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 |