Class: Aws::OpenSearchService::Types::DescribeInsightDetailsResponse

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

Overview

The result of a DescribeInsightDetails request. Contains the detailed fields associated with the specified insight.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Types::InsightField>

The list of fields that contain detailed information about the insight.

Returns:



2937
2938
2939
2940
2941
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2937

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