Class: Aws::CloudSearch::Types::DefineIndexFieldResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DefineIndexFieldResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The result of a ‘DefineIndexField` request. Contains the status of the newly-configured index field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_field ⇒ Types::IndexFieldStatus
The value of an ‘IndexField` and its current status.
Instance Attribute Details
#index_field ⇒ Types::IndexFieldStatus
The value of an ‘IndexField` and its current status.
447 448 449 450 451 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 447 class DefineIndexFieldResponse < Struct.new( :index_field) SENSITIVE = [] include Aws::Structure end |