Class: Aws::DataZone::Types::AssociateGovernedTermsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the domain where governed terms are to be associated with an asset.

Returns:

  • (String)


1240
1241
1242
1243
1244
1245
1246
1247
# File 'lib/aws-sdk-datazone/types.rb', line 1240

class AssociateGovernedTermsInput < Struct.new(
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :governed_glossary_terms)
  SENSITIVE = []
  include Aws::Structure
end

#entity_identifierString

The ID of the asset with which you want to associate a governed term.

Returns:

  • (String)


1240
1241
1242
1243
1244
1245
1246
1247
# File 'lib/aws-sdk-datazone/types.rb', line 1240

class AssociateGovernedTermsInput < Struct.new(
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :governed_glossary_terms)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

The type of the asset with which you want to associate a governed term.

Returns:

  • (String)


1240
1241
1242
1243
1244
1245
1246
1247
# File 'lib/aws-sdk-datazone/types.rb', line 1240

class AssociateGovernedTermsInput < Struct.new(
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :governed_glossary_terms)
  SENSITIVE = []
  include Aws::Structure
end

#governed_glossary_termsArray<String>

The glossary terms in a restricted glossary.

Returns:

  • (Array<String>)


1240
1241
1242
1243
1244
1245
1246
1247
# File 'lib/aws-sdk-datazone/types.rb', line 1240

class AssociateGovernedTermsInput < Struct.new(
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :governed_glossary_terms)
  SENSITIVE = []
  include Aws::Structure
end