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

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

Returns:

  • (String)


11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11581

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

#domain_identifierString

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

Returns:

  • (String)


11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11581

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>)


11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11581

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)


11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11581

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)


11581
11582
11583
11584
11585
11586
11587
11588
11589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11581

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