Class: Aws::DataZone::Types::TextMatchItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

A structure indicating matched terms for an attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The name of the attribute.

Returns:

  • (String)


18443
18444
18445
18446
18447
18448
18449
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18443

class TextMatchItem < Struct.new(
  :attribute,
  :match_offsets,
  :text)
  SENSITIVE = []
  include Aws::Structure
end

#match_offsetsArray<Types::MatchOffset>

List of offsets indicating matching terms in the TextMatchItem text.

Returns:



18443
18444
18445
18446
18447
18448
18449
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18443

class TextMatchItem < Struct.new(
  :attribute,
  :match_offsets,
  :text)
  SENSITIVE = []
  include Aws::Structure
end

#textString

Snippet of attribute text containing highlighted content.

Returns:

  • (String)


18443
18444
18445
18446
18447
18448
18449
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18443

class TextMatchItem < Struct.new(
  :attribute,
  :match_offsets,
  :text)
  SENSITIVE = []
  include Aws::Structure
end