Class: Aws::DataZone::Types::AssociateGovernedTermsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AssociateGovernedTermsInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the domain where governed terms are to be associated with an asset.
-
#entity_identifier ⇒ String
The ID of the asset with which you want to associate a governed term.
-
#entity_type ⇒ String
The type of the asset with which you want to associate a governed term.
-
#governed_glossary_terms ⇒ Array<String>
The glossary terms in a restricted glossary.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain where governed terms are to be associated with an asset.
1352 1353 1354 1355 1356 1357 1358 1359 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1352 class AssociateGovernedTermsInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :governed_glossary_terms) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The ID of the asset with which you want to associate a governed term.
1352 1353 1354 1355 1356 1357 1358 1359 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1352 class AssociateGovernedTermsInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :governed_glossary_terms) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of the asset with which you want to associate a governed term.
1352 1353 1354 1355 1356 1357 1358 1359 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1352 class AssociateGovernedTermsInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :governed_glossary_terms) SENSITIVE = [] include Aws::Structure end |
#governed_glossary_terms ⇒ Array<String>
The glossary terms in a restricted glossary.
1352 1353 1354 1355 1356 1357 1358 1359 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1352 class AssociateGovernedTermsInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :governed_glossary_terms) SENSITIVE = [] include Aws::Structure end |