Class: Aws::DataZone::Types::CreateGlossaryTermOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateGlossaryTermOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:long_description, :name, :short_description]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which this business glossary term is created.
-
#glossary_id ⇒ String
The ID of the business glossary in which this term is created.
-
#id ⇒ String
The ID of this business glossary term.
-
#long_description ⇒ String
The long description of this business glossary term.
-
#name ⇒ String
The name of this business glossary term.
-
#short_description ⇒ String
The short description of this business glossary term.
-
#status ⇒ String
The status of this business glossary term.
-
#term_relations ⇒ Types::TermRelations
The term relations of this business glossary term.
-
#usage_restrictions ⇒ Array<String>
The usage restriction of the restricted glossary.
Instance Attribute Details
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which this business glossary term is created.
4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4235 class CreateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#glossary_id ⇒ String
The ID of the business glossary in which this term is created.
4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4235 class CreateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#id ⇒ String
The ID of this business glossary term.
4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4235 class CreateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#long_description ⇒ String
The long description of this business glossary term.
4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4235 class CreateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#name ⇒ String
The name of this business glossary term.
4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4235 class CreateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#short_description ⇒ String
The short description of this business glossary term.
4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4235 class CreateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#status ⇒ String
The status of this business glossary term.
4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4235 class CreateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#term_relations ⇒ Types::TermRelations
The term relations of this business glossary term.
4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4235 class CreateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |
#usage_restrictions ⇒ Array<String>
The usage restriction of the restricted glossary.
4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4235 class CreateGlossaryTermOutput < Struct.new( :domain_id, :glossary_id, :id, :long_description, :name, :short_description, :status, :term_relations, :usage_restrictions) SENSITIVE = [:long_description, :name, :short_description] include Aws::Structure end |