Class: Aws::DataZone::Types::GetGlossaryOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when this business glossary was created.

Returns:

  • (Time)


10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10041

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

#created_byString

The Amazon DataZone user who created this business glossary.

Returns:

  • (String)


10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10041

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

#descriptionString

The description of the business glossary.

Returns:

  • (String)


10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10041

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

#domain_idString

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

Returns:

  • (String)


10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10041

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

#idString

The ID of the business glossary.

Returns:

  • (String)


10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10041

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

#nameString

The name of the business glossary.

Returns:

  • (String)


10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10041

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

#owning_project_idString

The ID of the project that owns this business glossary.

Returns:

  • (String)


10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10041

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

#statusString

The status of the business glossary.

Returns:

  • (String)


10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10041

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

#updated_atTime

The timestamp of when the business glossary was updated.

Returns:

  • (Time)


10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10041

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

#updated_byString

The Amazon DataZone user who updated the business glossary.

Returns:

  • (String)


10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10041

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

#usage_restrictionsArray<String>

The usage restriction of the restricted glossary.

Returns:

  • (Array<String>)


10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10041

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