Class: Aws::OpenSearchService::Types::InsightField
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::InsightField
- Includes:
- Structure
- Defined in:
- 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.
5408 5409 5410 5411 5412 5413 5414 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5408 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`.
5408 5409 5410 5411 5412 5413 5414 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5408 class InsightField < Struct.new( :name, :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the insight field.
5408 5409 5410 5411 5412 5413 5414 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5408 class InsightField < Struct.new( :name, :type, :value) SENSITIVE = [] include Aws::Structure end |