Class: Aws::OpenSearchService::Types::InsightField
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::InsightField
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Represents a field in the detailed view of an insight, returned by the
DescribeInsightDetails operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the insight field.
-
#type ⇒ String
The type of the insight field.
-
#value ⇒ String
The value of the insight field.
Instance Attribute Details
#name ⇒ String
The name of the insight field.
5386 5387 5388 5389 5390 5391 5392 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5386 class InsightField < Struct.new( :name, :type, :value) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the insight field. Possible values are text and
metric.
5386 5387 5388 5389 5390 5391 5392 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5386 class InsightField < Struct.new( :name, :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the insight field.
5386 5387 5388 5389 5390 5391 5392 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5386 class InsightField < Struct.new( :name, :type, :value) SENSITIVE = [] include Aws::Structure end |