Class: Aws::DataZone::Types::UpdateGlossaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateGlossaryOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#description ⇒ String
The description to be updated as part of the
UpdateGlossary
action. -
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
-
#id ⇒ String
The identifier of the business glossary that is to be updated.
-
#name ⇒ String
The name to be updated as part of the
UpdateGlossary
action. -
#owning_project_id ⇒ String
The identifier of the project in which to update a business glossary.
-
#status ⇒ String
The status to be updated as part of the
UpdateGlossary
action. -
#usage_restrictions ⇒ Array<String>
The usage restriction of the restricted glossary.
Instance Attribute Details
#description ⇒ String
The description to be updated as part of the UpdateGlossary
action.
20632 20633 20634 20635 20636 20637 20638 20639 20640 20641 20642 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20632 class UpdateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
20632 20633 20634 20635 20636 20637 20638 20639 20640 20641 20642 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20632 class UpdateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
The identifier of the business glossary that is to be updated.
20632 20633 20634 20635 20636 20637 20638 20639 20640 20641 20642 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20632 class UpdateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the UpdateGlossary
action.
20632 20633 20634 20635 20636 20637 20638 20639 20640 20641 20642 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20632 class UpdateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |
#owning_project_id ⇒ String
The identifier of the project in which to update a business glossary.
20632 20633 20634 20635 20636 20637 20638 20639 20640 20641 20642 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20632 class UpdateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |
#status ⇒ String
The status to be updated as part of the UpdateGlossary
action.
20632 20633 20634 20635 20636 20637 20638 20639 20640 20641 20642 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20632 class UpdateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |
#usage_restrictions ⇒ Array<String>
The usage restriction of the restricted glossary.
20632 20633 20634 20635 20636 20637 20638 20639 20640 20641 20642 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20632 class UpdateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |