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)


20623
20624
20625
20626
20627
20628
20629
20630
20631
20632
20633
20634
20635
# File 'lib/aws-sdk-datazone/types.rb', line 20623

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

#domain_identifierString

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

Returns:

  • (String)


20623
20624
20625
20626
20627
20628
20629
20630
20631
20632
20633
20634
20635
# File 'lib/aws-sdk-datazone/types.rb', line 20623

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

#domain_unit_idString

The ID of the domain unit.

Returns:

  • (String)


20623
20624
20625
20626
20627
20628
20629
20630
20631
20632
20633
20634
20635
# File 'lib/aws-sdk-datazone/types.rb', line 20623

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

#environment_deployment_detailsTypes::EnvironmentDeploymentDetails

The environment deployment details of the project.



20623
20624
20625
20626
20627
20628
20629
20630
20631
20632
20633
20634
20635
# File 'lib/aws-sdk-datazone/types.rb', line 20623

class UpdateProjectInput < Struct.new(
  :description,
  :domain_identifier,
  :domain_unit_id,
  :environment_deployment_details,
  :glossary_terms,
  :identifier,
  :name,
  :project_profile_version,
  :user_parameters)
  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>)


20623
20624
20625
20626
20627
20628
20629
20630
20631
20632
20633
20634
20635
# File 'lib/aws-sdk-datazone/types.rb', line 20623

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

#identifierString

The identifier of the project that is to be updated.

Returns:

  • (String)


20623
20624
20625
20626
20627
20628
20629
20630
20631
20632
20633
20634
20635
# File 'lib/aws-sdk-datazone/types.rb', line 20623

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

#nameString

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

Returns:

  • (String)


20623
20624
20625
20626
20627
20628
20629
20630
20631
20632
20633
20634
20635
# File 'lib/aws-sdk-datazone/types.rb', line 20623

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

#project_profile_versionString

The project profile version to which the project should be updated. You can only specify the following string for this parameter: ‘latest`.

Returns:

  • (String)


20623
20624
20625
20626
20627
20628
20629
20630
20631
20632
20633
20634
20635
# File 'lib/aws-sdk-datazone/types.rb', line 20623

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

#user_parametersArray<Types::EnvironmentConfigurationUserParameter>

The user parameters of the project.



20623
20624
20625
20626
20627
20628
20629
20630
20631
20632
20633
20634
20635
# File 'lib/aws-sdk-datazone/types.rb', line 20623

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