Class: Aws::DataZone::Types::UpdateProjectInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateProjectInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#description ⇒ String
The description to be updated as part of the ‘UpdateProject` action.
-
#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 ‘UpdateProject` action.
-
#identifier ⇒ String
The identifier of the project that is to be updated.
-
#name ⇒ String
The name to be updated as part of the ‘UpdateProject` action.
-
#project_profile_version ⇒ String
The project profile version to which the project should be updated.
-
#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.
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_identifier ⇒ String
The ID of the Amazon DataZone domain where a project is being updated.
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_id ⇒ String
The ID of the domain unit.
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_details ⇒ Types::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_terms ⇒ Array<String>
The glossary terms to be updated as part of the ‘UpdateProject` action.
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 |
#identifier ⇒ String
The identifier of the project that is to be updated.
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 |
#name ⇒ String
The name to be updated as part of the ‘UpdateProject` action.
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_version ⇒ String
The project profile version to which the project should be updated. You can only specify the following string for this parameter: ‘latest`.
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_parameters ⇒ Array<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 |