Class: Aws::DataZone::Types::GetGlossaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetGlossaryOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when this business glossary was created.
-
#created_by ⇒ String
The Amazon DataZone user who created this business glossary.
-
#description ⇒ String
The description of the business glossary.
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which this business glossary exists.
-
#id ⇒ String
The ID of the business glossary.
-
#name ⇒ String
The name of the business glossary.
-
#owning_project_id ⇒ String
The ID of the project that owns this business glossary.
-
#status ⇒ String
The status of the business glossary.
-
#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 this business glossary was created.
8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760 class GetGlossaryOutput < 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 this business glossary.
8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760 class GetGlossaryOutput < 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 description of the business glossary.
8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760 class GetGlossaryOutput < 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 ID of the Amazon DataZone domain in which this business glossary exists.
8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760 class GetGlossaryOutput < 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 ID of the business glossary.
8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760 class GetGlossaryOutput < 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 business glossary.
8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760 class GetGlossaryOutput < 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 ID of the project that owns this business glossary.
8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760 class GetGlossaryOutput < 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 status of the business glossary.
8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760 class GetGlossaryOutput < 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.
8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760 class GetGlossaryOutput < 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.
8760 8761 8762 8763 8764 8765 8766 8767 8768 8769 8770 8771 8772 8773 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760 class GetGlossaryOutput < 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 |