Method: Aws::CloudSearch::Types::IntArrayOptions#search_enabled

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

#search_enabledBoolean

Whether the contents of the field are searchable.

Returns:

  • (Boolean)


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