Class: Aws::DataZone::Types::UpdateProjectInput

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 ‘UpdateProject` action.

Returns:

  • (String)


16231
16232
16233
16234
16235
16236
16237
16238
16239
# File 'lib/aws-sdk-datazone/types.rb', line 16231

class UpdateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :glossary_terms,
  :identifier,
  :name)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_identifierString

The ID of the Amazon DataZone domain where a project is being updated.

Returns:

  • (String)


16231
16232
16233
16234
16235
16236
16237
16238
16239
# File 'lib/aws-sdk-datazone/types.rb', line 16231

class UpdateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :glossary_terms,
  :identifier,
  :name)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#glossary_termsArray<String>

The glossary terms to be updated as part of the ‘UpdateProject` action.

Returns:

  • (Array<String>)


16231
16232
16233
16234
16235
16236
16237
16238
16239
# File 'lib/aws-sdk-datazone/types.rb', line 16231

class UpdateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :glossary_terms,
  :identifier,
  :name)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#identifierString

The identifier of the project that is to be updated.

Returns:

  • (String)


16231
16232
16233
16234
16235
16236
16237
16238
16239
# File 'lib/aws-sdk-datazone/types.rb', line 16231

class UpdateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :glossary_terms,
  :identifier,
  :name)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


16231
16232
16233
16234
16235
16236
16237
16238
16239
# File 'lib/aws-sdk-datazone/types.rb', line 16231

class UpdateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :glossary_terms,
  :identifier,
  :name)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end