Class: Aws::DataZone::Types::GlossaryTermEnforcementDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#required_glossary_term_idsArray<String>

The ID of the required glossary term.

Returns:

  • (Array<String>)


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