Class: Aws::DataZone::Types::UpdateGlossaryOutput

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 to be updated as part of the ‘UpdateGlossary` action.

Returns:

  • (String)


16041
16042
16043
16044
16045
16046
16047
16048
16049
16050
# File 'lib/aws-sdk-datazone/types.rb', line 16041

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

#domain_idString

The identifier of the Amazon DataZone domain in which a business glossary is to be updated.

Returns:

  • (String)


16041
16042
16043
16044
16045
16046
16047
16048
16049
16050
# File 'lib/aws-sdk-datazone/types.rb', line 16041

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

#idString

The identifier of the business glossary that is to be updated.

Returns:

  • (String)


16041
16042
16043
16044
16045
16046
16047
16048
16049
16050
# File 'lib/aws-sdk-datazone/types.rb', line 16041

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

#nameString

The name to be updated as part of the ‘UpdateGlossary` action.

Returns:

  • (String)


16041
16042
16043
16044
16045
16046
16047
16048
16049
16050
# File 'lib/aws-sdk-datazone/types.rb', line 16041

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

#owning_project_idString

The identifier of the project in which to update a business glossary.

Returns:

  • (String)


16041
16042
16043
16044
16045
16046
16047
16048
16049
16050
# File 'lib/aws-sdk-datazone/types.rb', line 16041

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

#statusString

The status to be updated as part of the ‘UpdateGlossary` action.

Returns:

  • (String)


16041
16042
16043
16044
16045
16046
16047
16048
16049
16050
# File 'lib/aws-sdk-datazone/types.rb', line 16041

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