Class: Aws::CloudSearch::Types::DescribeIndexFieldsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DescribeIndexFieldsResponse
- Includes:
- Structure
- Defined in:
- 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
-
#index_fields ⇒ Array<Types::IndexFieldStatus>
The index fields configured for the domain.
Instance Attribute Details
#index_fields ⇒ Array<Types::IndexFieldStatus>
The index fields configured for the domain.
874 875 876 877 878 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 874 class DescribeIndexFieldsResponse < Struct.new( :index_fields) SENSITIVE = [] include Aws::Structure end |