Class: Aws::DataZone::Types::GlossaryTermEnforcementDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GlossaryTermEnforcementDetail
- Defined in:
- gems/aws-sdk-datazone/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.
11484 11485 11486 11487 11488 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11484 class GlossaryTermEnforcementDetail < Struct.new( :required_glossary_term_ids) SENSITIVE = [] include Aws::Structure end |