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
-
#additional_attributes ⇒ Types::GlossaryItemAdditionalAttributes
The additional attributes of an Amazon DataZone glossary.
-
#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
#additional_attributes ⇒ Types::GlossaryItemAdditionalAttributes
The additional attributes of an Amazon DataZone glossary.
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10307 class GlossaryItem < Struct.new( :additional_attributes, :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_at ⇒ Time
The timestamp of when the glossary was created.
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10307 class GlossaryItem < Struct.new( :additional_attributes, :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.
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10307 class GlossaryItem < Struct.new( :additional_attributes, :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.
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10307 class GlossaryItem < Struct.new( :additional_attributes, :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.
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10307 class GlossaryItem < Struct.new( :additional_attributes, :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.
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10307 class GlossaryItem < Struct.new( :additional_attributes, :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.
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10307 class GlossaryItem < Struct.new( :additional_attributes, :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.
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10307 class GlossaryItem < Struct.new( :additional_attributes, :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.
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10307 class GlossaryItem < Struct.new( :additional_attributes, :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.
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10307 class GlossaryItem < Struct.new( :additional_attributes, :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.
10307 10308 10309 10310 10311 10312 10313 10314 10315 10316 10317 10318 10319 10320 10321 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10307 class GlossaryItem < Struct.new( :additional_attributes, :created_at, :created_by, :description, :domain_id, :id, :name, :owning_project_id, :status, :updated_at, :updated_by) SENSITIVE = [:description, :name] include Aws::Structure end |