Class: Aws::DataZone::Types::GlossaryItemAdditionalAttributes

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

Overview

The additional attributes of an Amazon DataZone glossary.

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:



10331
10332
10333
10334
10335
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10331

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