Class: Aws::DataZone::Types::UpdateGlossaryTermOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateGlossaryTermOutput
- 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
-
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
-
#glossary_id ⇒ String
The identifier of the business glossary in which a term is to be updated.
-
#id ⇒ String
The identifier of the business glossary term that is to be updated.
-
#long_description ⇒ String
The long description to be updated as part of the
UpdateGlossaryTerm
action. -
#name ⇒ String
The name to be updated as part of the
UpdateGlossaryTerm
action. -
#short_description ⇒ String
The short description to be updated as part of the
UpdateGlossaryTerm
action. -
#status ⇒ String
The status to be updated as part of the
UpdateGlossaryTerm
action. -
#term_relations ⇒ Types::TermRelations
The term relations to be updated as part of the
UpdateGlossaryTerm
action. -
#usage_restrictions ⇒ Array<String>
The usage restriction of a term within a restricted glossary.
Instance Attribute Details
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
20739 20740 20741 20742 20743 20744 20745 20746 20747 20748 20749 20750 20751 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20739 class UpdateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#glossary_id ⇒ String
The identifier of the business glossary in which a term is to be updated.
20739 20740 20741 20742 20743 20744 20745 20746 20747 20748 20749 20750 20751 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20739 class UpdateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#id ⇒ String
The identifier of the business glossary term that is to be updated.
20739 20740 20741 20742 20743 20744 20745 20746 20747 20748 20749 20750 20751 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20739 class UpdateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#long_description ⇒ String
The long description to be updated as part of the
UpdateGlossaryTerm
action.
20739 20740 20741 20742 20743 20744 20745 20746 20747 20748 20749 20750 20751 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20739 class UpdateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the UpdateGlossaryTerm
action.
20739 20740 20741 20742 20743 20744 20745 20746 20747 20748 20749 20750 20751 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20739 class UpdateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#short_description ⇒ String
The short description to be updated as part of the
UpdateGlossaryTerm
action.
20739 20740 20741 20742 20743 20744 20745 20746 20747 20748 20749 20750 20751 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20739 class UpdateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#status ⇒ String
The status to be updated as part of the UpdateGlossaryTerm
action.
20739 20740 20741 20742 20743 20744 20745 20746 20747 20748 20749 20750 20751 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20739 class UpdateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#term_relations ⇒ Types::TermRelations
The term relations to be updated as part of the UpdateGlossaryTerm
action.
20739 20740 20741 20742 20743 20744 20745 20746 20747 20748 20749 20750 20751 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20739 class UpdateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#usage_restrictions ⇒ Array<String>
The usage restriction of a term within a restricted glossary.
20739 20740 20741 20742 20743 20744 20745 20746 20747 20748 20749 20750 20751 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20739 class UpdateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |