Class: Aws::CloudSearch::Types::IndexFieldStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb

Overview

The value of an IndexField and its current status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::IndexField

Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType.

Returns:



1430
1431
1432
1433
1434
1435
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 1430

class IndexFieldStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OptionStatus

The status of domain configuration option.

Returns:



1430
1431
1432
1433
1434
1435
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 1430

class IndexFieldStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end