Class: Aws::DataZone::Types::GlossaryTermEnforcementDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GlossaryTermEnforcementDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The enforcement details of a glossary term.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#required_glossary_term_ids ⇒ Array<String>
The ID of the required glossary term.
Instance Attribute Details
#required_glossary_term_ids ⇒ Array<String>
The ID of the required glossary term.
11725 11726 11727 11728 11729 |
# File 'lib/aws-sdk-datazone/types.rb', line 11725 class GlossaryTermEnforcementDetail < Struct.new( :required_glossary_term_ids) SENSITIVE = [] include Aws::Structure end |