Class: Aws::DataZone::Types::GlossaryItem

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

Overview

The details of a business glossary.

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the glossary was created.

Returns:

  • (Time)


6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6448

class GlossaryItem < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_byString

The Amazon DataZone user who created the glossary.

Returns:

  • (String)


6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6448

class GlossaryItem < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The business glossary description.

Returns:

  • (String)


6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6448

class GlossaryItem < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_idString

The identifier of the Amazon DataZone domain in which the business glossary exists.

Returns:

  • (String)


6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6448

class GlossaryItem < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#idString

The identifier of the glossary.

Returns:

  • (String)


6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6448

class GlossaryItem < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of the glossary.

Returns:

  • (String)


6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6448

class GlossaryItem < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#owning_project_idString

The identifier of the project that owns the business glosary.

Returns:

  • (String)


6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6448

class GlossaryItem < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#statusString

The business glossary status.

Returns:

  • (String)


6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6448

class GlossaryItem < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#updated_atTime

The timestamp of when the business glossary was updated.

Returns:

  • (Time)


6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6448

class GlossaryItem < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#updated_byString

The Amazon DataZone user who updated the business glossary.

Returns:

  • (String)


6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6448

class GlossaryItem < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end