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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/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 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 447

class DefineIndexFieldResponse < Struct.new(
  :index_field)
  SENSITIVE = []
  include Aws::Structure
end