Class: Aws::DataZone::Types::UpdateGlossaryTermOutput

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

Overview

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

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

Returns:

  • (String)


11493
11494
11495
11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11493

class UpdateGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :long_description,
  :name,
  :short_description,
  :status,
  :term_relations)
  SENSITIVE = [:long_description, :name, :short_description]
  include Aws::Structure
end

#glossary_idString

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

Returns:

  • (String)


11493
11494
11495
11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11493

class UpdateGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :long_description,
  :name,
  :short_description,
  :status,
  :term_relations)
  SENSITIVE = [:long_description, :name, :short_description]
  include Aws::Structure
end

#idString

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

Returns:

  • (String)


11493
11494
11495
11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11493

class UpdateGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :long_description,
  :name,
  :short_description,
  :status,
  :term_relations)
  SENSITIVE = [:long_description, :name, :short_description]
  include Aws::Structure
end

#long_descriptionString

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

Returns:

  • (String)


11493
11494
11495
11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11493

class UpdateGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :long_description,
  :name,
  :short_description,
  :status,
  :term_relations)
  SENSITIVE = [:long_description, :name, :short_description]
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


11493
11494
11495
11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11493

class UpdateGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :long_description,
  :name,
  :short_description,
  :status,
  :term_relations)
  SENSITIVE = [:long_description, :name, :short_description]
  include Aws::Structure
end

#short_descriptionString

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

Returns:

  • (String)


11493
11494
11495
11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11493

class UpdateGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :long_description,
  :name,
  :short_description,
  :status,
  :term_relations)
  SENSITIVE = [:long_description, :name, :short_description]
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


11493
11494
11495
11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11493

class UpdateGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :long_description,
  :name,
  :short_description,
  :status,
  :term_relations)
  SENSITIVE = [:long_description, :name, :short_description]
  include Aws::Structure
end

#term_relationsTypes::TermRelations

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



11493
11494
11495
11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11493

class UpdateGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :long_description,
  :name,
  :short_description,
  :status,
  :term_relations)
  SENSITIVE = [:long_description, :name, :short_description]
  include Aws::Structure
end