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

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

Instance Attribute Details

#nameString

The name of the insight field.

Returns:

  • (String)


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

#typeString

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

Returns:

  • (String)


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

#valueString

The value of the insight field.

Returns:

  • (String)


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