Class: Aws::DataZone::Types::DetailedGlossaryTerm

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Details of a glossary term attached to the inventory asset.

Constant Summary collapse

SENSITIVE =
[:name, :short_description]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of a glossary term attached to the inventory asset.

Returns:

  • (String)


3871
3872
3873
3874
3875
3876
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3871

class DetailedGlossaryTerm < Struct.new(
  :name,
  :short_description)
  SENSITIVE = [:name, :short_description]
  include Aws::Structure
end

#short_descriptionString

The shoft description of a glossary term attached to the inventory asset.

Returns:

  • (String)


3871
3872
3873
3874
3875
3876
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3871

class DetailedGlossaryTerm < Struct.new(
  :name,
  :short_description)
  SENSITIVE = [:name, :short_description]
  include Aws::Structure
end