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

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

#descriptionString

The description of this business glossary.

Returns:

  • (String)


2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2043

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)


2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2043

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)


2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2043

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)


2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2043

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)


2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2043

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)


2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2043

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