Class: Aws::CloudSearch::Types::DeleteIndexFieldResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DeleteIndexFieldResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The result of a ‘DeleteIndexField` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_field ⇒ Types::IndexFieldStatus
The status of the index field being deleted.
Instance Attribute Details
#index_field ⇒ Types::IndexFieldStatus
The status of the index field being deleted.
617 618 619 620 621 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 617 class DeleteIndexFieldResponse < Struct.new( :index_field) SENSITIVE = [] include Aws::Structure end |