Class: Aws::DataZone::Types::GlossaryItemAdditionalAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GlossaryItemAdditionalAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The additional attributes of an Amazon DataZone glossary.
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.
10832 10833 10834 10835 10836 |
# File 'lib/aws-sdk-datazone/types.rb', line 10832 class GlossaryItemAdditionalAttributes < Struct.new( :match_rationale) SENSITIVE = [] include Aws::Structure end |