Method: Aws::CloudSearch::Types::IntArrayOptions#facet_enabled

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

#facet_enabledBoolean

Whether facet information can be returned for the field.

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