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

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

Returns:

  • (String)


11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11391

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)


11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11391

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)


11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11391

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)


11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11391

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)


11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11391

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)


11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11391

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