Class: Aws::CloudSearch::Types::DescribeIndexFieldsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb

Overview

The result of a DescribeIndexFields request. Contains the index fields configured for the domain specified in the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_fieldsArray<Types::IndexFieldStatus>

The index fields configured for the domain.

Returns:



874
875
876
877
878
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 874

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