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 =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

The description to be updated as part of the UpdateGlossary action.

Returns:

  • (String)


24637
24638
24639
24640
24641
24642
24643
24644
24645
24646
24647
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 24637

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

#domain_id ⇒ String

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

Returns:

  • (String)


24637
24638
24639
24640
24641
24642
24643
24644
24645
24646
24647
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 24637

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

#id ⇒ String

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

Returns:

  • (String)


24637
24638
24639
24640
24641
24642
24643
24644
24645
24646
24647
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 24637

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

#name ⇒ String

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

Returns:

  • (String)


24637
24638
24639
24640
24641
24642
24643
24644
24645
24646
24647
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 24637

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

#owning_project_id ⇒ String

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

Returns:

  • (String)


24637
24638
24639
24640
24641
24642
24643
24644
24645
24646
24647
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 24637

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

#status ⇒ String

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

Returns:

  • (String)


24637
24638
24639
24640
24641
24642
24643
24644
24645
24646
24647
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 24637

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

#usage_restrictions ⇒ Array<String>

The usage restriction of the restricted glossary.

Returns:

  • (Array<String>)


24637
24638
24639
24640
24641
24642
24643
24644
24645
24646
24647
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 24637

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