Class: Aws::DataZone::Types::UpdateGlossaryTermInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name, :short_description, :long_description]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.

Returns:

  • (String)


22026
22027
22028
22029
22030
22031
22032
22033
22034
22035
22036
22037
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22026

class UpdateGlossaryTermInput < Struct.new(
  :domain_identifier,
  :glossary_identifier,
  :identifier,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#glossary_identifierString

The identifier of the business glossary in which a term is to be updated.

Returns:

  • (String)


22026
22027
22028
22029
22030
22031
22032
22033
22034
22035
22036
22037
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22026

class UpdateGlossaryTermInput < Struct.new(
  :domain_identifier,
  :glossary_identifier,
  :identifier,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#identifierString

The identifier of the business glossary term that is to be updated.

Returns:

  • (String)


22026
22027
22028
22029
22030
22031
22032
22033
22034
22035
22036
22037
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22026

class UpdateGlossaryTermInput < Struct.new(
  :domain_identifier,
  :glossary_identifier,
  :identifier,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#long_descriptionString

The long description to be updated as part of the UpdateGlossaryTerm action.

Returns:

  • (String)


22026
22027
22028
22029
22030
22031
22032
22033
22034
22035
22036
22037
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22026

class UpdateGlossaryTermInput < Struct.new(
  :domain_identifier,
  :glossary_identifier,
  :identifier,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#nameString

The name to be updated as part of the UpdateGlossaryTerm action.

Returns:

  • (String)


22026
22027
22028
22029
22030
22031
22032
22033
22034
22035
22036
22037
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22026

class UpdateGlossaryTermInput < Struct.new(
  :domain_identifier,
  :glossary_identifier,
  :identifier,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#short_descriptionString

The short description to be updated as part of the UpdateGlossaryTerm action.

Returns:

  • (String)


22026
22027
22028
22029
22030
22031
22032
22033
22034
22035
22036
22037
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22026

class UpdateGlossaryTermInput < Struct.new(
  :domain_identifier,
  :glossary_identifier,
  :identifier,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#statusString

The status to be updated as part of the UpdateGlossaryTerm action.

Returns:

  • (String)


22026
22027
22028
22029
22030
22031
22032
22033
22034
22035
22036
22037
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22026

class UpdateGlossaryTermInput < Struct.new(
  :domain_identifier,
  :glossary_identifier,
  :identifier,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#term_relationsTypes::TermRelations

The term relations to be updated as part of the UpdateGlossaryTerm action.



22026
22027
22028
22029
22030
22031
22032
22033
22034
22035
22036
22037
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 22026

class UpdateGlossaryTermInput < Struct.new(
  :domain_identifier,
  :glossary_identifier,
  :identifier,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end