Class: Aws::DataZone::Types::GlossaryItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GlossaryItem
- Defined in:
- gems/aws-sdk-datazone/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.
8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8477 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.
8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8477 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.
8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8477 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.
8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8477 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.
8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8477 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.
8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8477 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.
8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8477 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.
8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8477 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.
8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8477 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.
8477 8478 8479 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8477 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 |