Class: Aws::DataZone::Types::CreateGlossaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateGlossaryOutput
- Includes:
- Structure
- Defined in:
- 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.
-
#usage_restrictions ⇒ Array<String>
The usage restriction of the restricted glossary.
Instance Attribute Details
#description ⇒ String
The description of this business glossary.
4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 |
# File 'lib/aws-sdk-datazone/types.rb', line 4029 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which this business glossary is created.
4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 |
# File 'lib/aws-sdk-datazone/types.rb', line 4029 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
The ID of this business glossary.
4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 |
# File 'lib/aws-sdk-datazone/types.rb', line 4029 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of this business glossary.
4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 |
# File 'lib/aws-sdk-datazone/types.rb', line 4029 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |
#owning_project_id ⇒ String
The ID of the project that currently owns this business glossary.
4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 |
# File 'lib/aws-sdk-datazone/types.rb', line 4029 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |
#status ⇒ String
The status of this business glossary.
4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 |
# File 'lib/aws-sdk-datazone/types.rb', line 4029 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |
#usage_restrictions ⇒ Array<String>
The usage restriction of the restricted glossary.
4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 |
# File 'lib/aws-sdk-datazone/types.rb', line 4029 class CreateGlossaryOutput < Struct.new( :description, :domain_id, :id, :name, :owning_project_id, :status, :usage_restrictions) SENSITIVE = [:description, :name] include Aws::Structure end |