Class: Aws::DataZone::Types::UpdateProjectInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateProjectInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description to be updated as part of the
UpdateProjectaction. -
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain where a project is being updated.
-
#domain_unit_id ⇒ String
The ID of the domain unit.
-
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
The environment deployment details of the project.
-
#glossary_terms ⇒ Array<String>
The glossary terms to be updated as part of the
UpdateProjectaction. -
#identifier ⇒ String
The identifier of the project that is to be updated.
-
#name ⇒ String
The name to be updated as part of the
UpdateProjectaction. -
#project_profile_version ⇒ String
The project profile version to which the project should be updated.
-
#resource_tags ⇒ Hash<String,String>
The resource tags of the project.
-
#user_parameters ⇒ Array<Types::EnvironmentConfigurationUserParameter>
The user parameters of the project.
Instance Attribute Details
#description ⇒ String
The description to be updated as part of the UpdateProject action.
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_identifier ⇒ String
The ID of the Amazon DataZone domain where a project is being updated.
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_id ⇒ String
The ID of the domain unit.
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_details ⇒ Types::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_terms ⇒ Array<String>
The glossary terms to be updated as part of the UpdateProject
action.
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 |
#identifier ⇒ String
The identifier of the project that is to be updated.
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 |
#name ⇒ String
The name to be updated as part of the UpdateProject action.
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_version ⇒ String
The project profile version to which the project should be updated.
You can only specify the following string for this parameter:
latest.
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_tags ⇒ Hash<String,String>
The resource tags 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 |
#user_parameters ⇒ Array<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 |