Class: Aws::DataZone::Types::GetGlossaryTermOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :short_description, :long_description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the business glossary term was created.

Returns:

  • (Time)


10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#created_byString

The Amazon DataZone user who created the business glossary.

Returns:

  • (String)


10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#domain_idString

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

Returns:

  • (String)


10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#glossary_idString

The ID of the business glossary to which this term belongs.

Returns:

  • (String)


10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#idString

The ID of the business glossary term.

Returns:

  • (String)


10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#long_descriptionString

The long description of the business glossary term.

Returns:

  • (String)


10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#nameString

The name of the business glossary term.

Returns:

  • (String)


10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#short_descriptionString

The short decription of the business glossary term.

Returns:

  • (String)


10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#statusString

The status of the business glossary term.

Returns:

  • (String)


10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#term_relationsTypes::TermRelations

The relations of the business glossary term.



10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#updated_atTime

The timestamp of when the business glossary term was updated.

Returns:

  • (Time)


10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#updated_byString

The Amazon DataZone user who updated the business glossary term.

Returns:

  • (String)


10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end

#usage_restrictionsArray<String>

The usage restriction of a term within a restricted glossary.

Returns:

  • (Array<String>)


10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10130

class GetGlossaryTermOutput < Struct.new(
  :domain_id,
  :glossary_id,
  :id,
  :name,
  :short_description,
  :long_description,
  :term_relations,
  :status,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :usage_restrictions)
  SENSITIVE = [:name, :short_description, :long_description]
  include Aws::Structure
end