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

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

Instance Attribute Details

#required_glossary_term_idsArray<String>

The ID of the required glossary term.

Returns:

  • (Array<String>)


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