Class: Aws::DataZone::Types::CreateGlossaryOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of this business glossary.

Returns:

  • (String)


3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
# File 'lib/aws-sdk-datazone/types.rb', line 3036

class CreateGlossaryOutput < Struct.new(
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_idString

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

Returns:

  • (String)


3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
# File 'lib/aws-sdk-datazone/types.rb', line 3036

class CreateGlossaryOutput < Struct.new(
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#idString

The ID of this business glossary.

Returns:

  • (String)


3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
# File 'lib/aws-sdk-datazone/types.rb', line 3036

class CreateGlossaryOutput < Struct.new(
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of this business glossary.

Returns:

  • (String)


3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
# File 'lib/aws-sdk-datazone/types.rb', line 3036

class CreateGlossaryOutput < Struct.new(
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#owning_project_idString

The ID of the project that currently owns this business glossary.

Returns:

  • (String)


3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
# File 'lib/aws-sdk-datazone/types.rb', line 3036

class CreateGlossaryOutput < Struct.new(
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#statusString

The status of this business glossary.

Returns:

  • (String)


3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
# File 'lib/aws-sdk-datazone/types.rb', line 3036

class CreateGlossaryOutput < Struct.new(
  :description,
  :domain_id,
  :id,
  :name,
  :owning_project_id,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end