Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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 =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when this business glossary was created.

Returns:

  • (Time)

8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760

class GetGlossaryOutput < 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 this business glossary.

Returns:

  • (String)

8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760

class GetGlossaryOutput < 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 description of the business glossary.

Returns:

  • (String)

8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760

class GetGlossaryOutput < 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 ID of the Amazon DataZone domain in which this business glossary exists.

Returns:

  • (String)

8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760

class GetGlossaryOutput < 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 ID of the business glossary.

Returns:

  • (String)

8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760

class GetGlossaryOutput < 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 business glossary.

Returns:

  • (String)

8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760

class GetGlossaryOutput < 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 ID of the project that owns this business glossary.

Returns:

  • (String)

8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760

class GetGlossaryOutput < 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 status of the business glossary.

Returns:

  • (String)

8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760

class GetGlossaryOutput < 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)

8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760

class GetGlossaryOutput < 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)

8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8760

class GetGlossaryOutput < 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