Class: Aws::DataZone::Types::CreateGlossaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateGlossaryOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of this business glossary.
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which this business glossary is created.
-
#id ⇒ String
The ID of this business glossary.
-
#name ⇒ String
The name of this business glossary.
-
#owning_project_id ⇒ String
The ID of the project that currently owns this business glossary.
-
#status ⇒ String
The status of this business glossary.
Instance Attribute Details
#description ⇒ String
The description of this business glossary.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3642 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which this business glossary is created.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3642 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
The ID of this business glossary.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3642 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of this business glossary.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3642 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#owning_project_id ⇒ String
The ID of the project that currently owns this business glossary.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3642 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#status ⇒ String
The status of this business glossary.
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3642 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status) SENSITIVE = [:description, :name] include Aws::Structure end |