Class: Aws::DataZone::Types::DisassociateGovernedTermsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DisassociateGovernedTermsInput
- 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 you want to disassociate restricted terms from an asset.
-
#entity_identifier ⇒ String
The ID of an asset from which you want to disassociate restricted terms.
-
#entity_type ⇒ String
The type of the asset from which you want to disassociate restricted terms.
-
#governed_glossary_terms ⇒ Array<String>
The restricted glossary terms that you want to disassociate from an asset.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain where you want to disassociate restricted terms from an asset.
6713 6714 6715 6716 6717 6718 6719 6720 |
# File 'lib/aws-sdk-datazone/types.rb', line 6713 class DisassociateGovernedTermsInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :governed_glossary_terms) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The ID of an asset from which you want to disassociate restricted terms.
6713 6714 6715 6716 6717 6718 6719 6720 |
# File 'lib/aws-sdk-datazone/types.rb', line 6713 class DisassociateGovernedTermsInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :governed_glossary_terms) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The type of the asset from which you want to disassociate restricted terms.
6713 6714 6715 6716 6717 6718 6719 6720 |
# File 'lib/aws-sdk-datazone/types.rb', line 6713 class DisassociateGovernedTermsInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :governed_glossary_terms) SENSITIVE = [] include Aws::Structure end |
#governed_glossary_terms ⇒ Array<String>
The restricted glossary terms that you want to disassociate from an asset.
6713 6714 6715 6716 6717 6718 6719 6720 |
# File 'lib/aws-sdk-datazone/types.rb', line 6713 class DisassociateGovernedTermsInput < Struct.new( :domain_identifier, :entity_identifier, :entity_type, :governed_glossary_terms) SENSITIVE = [] include Aws::Structure end |