Class: Aws::DataZone::Types::GetGlossaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetGlossaryOutput
- Includes:
- Structure
- Defined in:
- 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.
7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 |
# File 'lib/aws-sdk-datazone/types.rb', line 7626 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.
7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 |
# File 'lib/aws-sdk-datazone/types.rb', line 7626 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.
7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 |
# File 'lib/aws-sdk-datazone/types.rb', line 7626 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.
7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 |
# File 'lib/aws-sdk-datazone/types.rb', line 7626 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.
7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 |
# File 'lib/aws-sdk-datazone/types.rb', line 7626 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.
7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 |
# File 'lib/aws-sdk-datazone/types.rb', line 7626 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.
7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 |
# File 'lib/aws-sdk-datazone/types.rb', line 7626 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.
7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 |
# File 'lib/aws-sdk-datazone/types.rb', line 7626 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.
7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 |
# File 'lib/aws-sdk-datazone/types.rb', line 7626 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.
7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 |
# File 'lib/aws-sdk-datazone/types.rb', line 7626 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 |