Class: Aws::CloudSearch::Types::IndexFieldStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::IndexFieldStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The value of an ‘IndexField` and its current status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::IndexField
Configuration information for a field in the index, including its name, type, and options.
-
#status ⇒ Types::OptionStatus
The status of domain configuration option.
Instance Attribute Details
#options ⇒ Types::IndexField
Configuration information for a field in the index, including its name, type, and options. The supported options depend on the ‘IndexFieldType`.
1430 1431 1432 1433 1434 1435 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1430 class IndexFieldStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of domain configuration option.
1430 1431 1432 1433 1434 1435 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1430 class IndexFieldStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |