Class: Aws::DataZone::Types::CreateGlossaryTermOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_idString

The ID of the Amazon DataZone domain in which this business glossary term is created.

Returns:

  • (String)


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_idString

The ID of the business glossary in which this term is created.

Returns:

  • (String)


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

#idString

The ID of this business glossary term.

Returns:

  • (String)


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_descriptionString

The long description of this business glossary term.

Returns:

  • (String)


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

#nameString

The name of this business glossary term.

Returns:

  • (String)


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_descriptionString

The short description of this business glossary term.

Returns:

  • (String)


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

#statusString

The status of this business glossary term.

Returns:

  • (String)


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_relationsTypes::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_restrictionsArray<String>

The usage restriction of the restricted glossary.

Returns:

  • (Array<String>)


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