Method: Aws::CloudSearch::Types::IntArrayOptions#default_value

Defined in:
lib/aws-sdk-cloudsearch/types.rb

#default_valueInteger

A value to use for the field if the field isn’t specified for a document.

Returns:

  • (Integer)


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