Class: Aws::DataZone::Types::AssociateGovernedTermsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AssociateGovernedTermsInput
- Includes:
- Structure
- Defined in:
- 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.
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_identifier ⇒ String
The ID of the asset with which you want to associate a governed term.
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_type ⇒ String
The type of the asset with which you want to associate a governed term.
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_terms ⇒ Array<String>
The glossary terms in a restricted glossary.
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 |