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 =
[: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.
-
#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.
Instance Attribute Details
#description ⇒ String
The description to be updated as part of the UpdateProject
action.
19477 19478 19479 19480 19481 19482 19483 19484 19485 19486 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19477 class UpdateProjectInput < Struct.new( :description, :domain_identifier, :environment_deployment_details, :glossary_terms, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain where a project is being updated.
19477 19478 19479 19480 19481 19482 19483 19484 19485 19486 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19477 class UpdateProjectInput < Struct.new( :description, :domain_identifier, :environment_deployment_details, :glossary_terms, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
The environment deployment details of the project.
19477 19478 19479 19480 19481 19482 19483 19484 19485 19486 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19477 class UpdateProjectInput < Struct.new( :description, :domain_identifier, :environment_deployment_details, :glossary_terms, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The glossary terms to be updated as part of the UpdateProject
action.
19477 19478 19479 19480 19481 19482 19483 19484 19485 19486 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19477 class UpdateProjectInput < Struct.new( :description, :domain_identifier, :environment_deployment_details, :glossary_terms, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#identifier ⇒ String
The identifier of the project that is to be updated.
19477 19478 19479 19480 19481 19482 19483 19484 19485 19486 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19477 class UpdateProjectInput < Struct.new( :description, :domain_identifier, :environment_deployment_details, :glossary_terms, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the UpdateProject
action.
19477 19478 19479 19480 19481 19482 19483 19484 19485 19486 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19477 class UpdateProjectInput < Struct.new( :description, :domain_identifier, :environment_deployment_details, :glossary_terms, :identifier, :name) SENSITIVE = [:description, :name] include Aws::Structure end |