Class: Aws::DataZone::Types::GlossaryTermItemAdditionalAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GlossaryTermItemAdditionalAttributes
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The additional attributes of an Amazon DataZone glossary term.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#match_rationale ⇒ Array<Types::MatchRationaleItem>
List of rationales indicating why this item was matched by search.
Instance Attribute Details
#match_rationale ⇒ Array<Types::MatchRationaleItem>
List of rationales indicating why this item was matched by search.
10420 10421 10422 10423 10424 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10420 class GlossaryTermItemAdditionalAttributes < Struct.new( :match_rationale) SENSITIVE = [] include Aws::Structure end |