Class: Aws::OpenSearchService::Types::DescribeInsightDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeInsightDetailsResponse
- 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
-
#fields ⇒ Array<Types::InsightField>
The list of fields that contain detailed information about the insight.
Instance Attribute Details
#fields ⇒ Array<Types::InsightField>
The list of fields that contain detailed information about the insight.
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 |