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)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2196

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)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2196

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)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2196

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)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2196

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)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2196

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)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2196

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