Class: Aws::CloudSearch::Types::DefineIndexFieldResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#index_fieldTypes::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