Class: Aws::DataZone::Types::DisassociateGovernedTermsInput

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 you want to disassociate restricted terms from an asset.

Returns:

  • (String)


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_identifierString

The ID of an asset from which you want to disassociate restricted terms.

Returns:

  • (String)


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_typeString

The type of the asset from which you want to disassociate restricted terms.

Returns:

  • (String)


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_termsArray<String>

The restricted glossary terms that you want to disassociate from an asset.

Returns:

  • (Array<String>)


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