Class: Aws::DataZone::Types::GlossaryItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GlossaryItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of a business glossary.
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the glossary was created.
-
#created_by ⇒ String
The Amazon DataZone user who created the glossary.
-
#description ⇒ String
The business glossary description.
-
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which the business glossary exists.
-
#id ⇒ String
The identifier of the glossary.
-
#name ⇒ String
The name of the glossary.
-
#owning_project_id ⇒ String
The identifier of the project that owns the business glosary.
-
#status ⇒ String
The business glossary status.
-
#updated_at ⇒ Time
The timestamp of when the business glossary was updated.
-
#updated_by ⇒ String
The Amazon DataZone user who updated the business glossary.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the glossary was created.
8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 |
# File 'lib/aws-sdk-datazone/types.rb', line 8783 class GlossaryItem < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :name, :owning_project_id, :status, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
The Amazon DataZone user who created the glossary.
8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 |
# File 'lib/aws-sdk-datazone/types.rb', line 8783 class GlossaryItem < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :name, :owning_project_id, :status, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The business glossary description.
8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 |
# File 'lib/aws-sdk-datazone/types.rb', line 8783 class GlossaryItem < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :name, :owning_project_id, :status, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which the business glossary exists.
8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 |
# File 'lib/aws-sdk-datazone/types.rb', line 8783 class GlossaryItem < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :name, :owning_project_id, :status, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
The identifier of the glossary.
8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 |
# File 'lib/aws-sdk-datazone/types.rb', line 8783 class GlossaryItem < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :name, :owning_project_id, :status, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the glossary.
8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 |
# File 'lib/aws-sdk-datazone/types.rb', line 8783 class GlossaryItem < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :name, :owning_project_id, :status, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#owning_project_id ⇒ String
The identifier of the project that owns the business glosary.
8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 |
# File 'lib/aws-sdk-datazone/types.rb', line 8783 class GlossaryItem < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :name, :owning_project_id, :status, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#status ⇒ String
The business glossary status.
8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 |
# File 'lib/aws-sdk-datazone/types.rb', line 8783 class GlossaryItem < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :name, :owning_project_id, :status, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the business glossary was updated.
8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 |
# File 'lib/aws-sdk-datazone/types.rb', line 8783 class GlossaryItem < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :name, :owning_project_id, :status, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |
#updated_by ⇒ String
The Amazon DataZone user who updated the business glossary.
8783 8784 8785 8786 8787 8788 8789 8790 8791 8792 8793 8794 8795 8796 |
# File 'lib/aws-sdk-datazone/types.rb', line 8783 class GlossaryItem < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :name, :owning_project_id, :status, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |