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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

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

Returns:

  • (String)


21906
21907
21908
21909
21910
21911
21912
21913
21914
21915
21916
21917
21918
21919
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21906

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

#domain_identifierString

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

Returns:

  • (String)


21906
21907
21908
21909
21910
21911
21912
21913
21914
21915
21916
21917
21918
21919
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21906

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

#domain_unit_idString

The ID of the domain unit.

Returns:

  • (String)


21906
21907
21908
21909
21910
21911
21912
21913
21914
21915
21916
21917
21918
21919
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21906

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

#environment_deployment_detailsTypes::EnvironmentDeploymentDetails

The environment deployment details of the project.



21906
21907
21908
21909
21910
21911
21912
21913
21914
21915
21916
21917
21918
21919
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21906

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

#glossary_termsArray<String>

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

Returns:

  • (Array<String>)


21906
21907
21908
21909
21910
21911
21912
21913
21914
21915
21916
21917
21918
21919
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21906

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

#identifierString

The identifier of the project that is to be updated.

Returns:

  • (String)


21906
21907
21908
21909
21910
21911
21912
21913
21914
21915
21916
21917
21918
21919
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21906

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

#nameString

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

Returns:

  • (String)


21906
21907
21908
21909
21910
21911
21912
21913
21914
21915
21916
21917
21918
21919
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21906

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


21906
21907
21908
21909
21910
21911
21912
21913
21914
21915
21916
21917
21918
21919
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21906

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

#resource_tagsHash<String,String>

The resource tags of the project.

Returns:

  • (Hash<String,String>)


21906
21907
21908
21909
21910
21911
21912
21913
21914
21915
21916
21917
21918
21919
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21906

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

#user_parametersArray<Types::EnvironmentConfigurationUserParameter>

The user parameters of the project.



21906
21907
21908
21909
21910
21911
21912
21913
21914
21915
21916
21917
21918
21919
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21906

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