Class: Aws::DataZone::Types::GlossaryTermItemAdditionalAttributes

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

Overview

The additional attributes of an Amazon DataZone glossary term.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#match_rationaleArray<Types::MatchRationaleItem>

List of rationales indicating why this item was matched by search.

Returns:



10926
10927
10928
10929
10930
# File 'lib/aws-sdk-datazone/types.rb', line 10926

class GlossaryTermItemAdditionalAttributes < Struct.new(
  :match_rationale)
  SENSITIVE = []
  include Aws::Structure
end