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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6825

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)


6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6825

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)


6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6825

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>)


6825
6826
6827
6828
6829
6830
6831
6832
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6825

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