Class: Aws::OpenSearchService::Types::InsightField

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the insight field.

Returns:

  • (String)


5386
5387
5388
5389
5390
5391
5392
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5386

class InsightField < Struct.new(
  :name,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the insight field. Possible values are ‘text` and `metric`.

Returns:

  • (String)


5386
5387
5388
5389
5390
5391
5392
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5386

class InsightField < Struct.new(
  :name,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the insight field.

Returns:

  • (String)


5386
5387
5388
5389
5390
5391
5392
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5386

class InsightField < Struct.new(
  :name,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end