Class: Aws::DataZone::Types::UpdateProjectOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateProjectOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the project was created.
-
#created_by ⇒ String
The Amazon DataZone user who created the project.
-
#description ⇒ String
The description of the project that is to be updated.
-
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which a project is updated.
-
#domain_unit_id ⇒ String
The ID of the domain unit.
-
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
The environment deployment details of the project.
-
#failure_reasons ⇒ Array<Types::ProjectDeletionError>
Specifies the error message that is returned if the operation cannot be successfully completed.
-
#glossary_terms ⇒ Array<String>
The glossary terms of the project that are to be updated.
-
#id ⇒ String
The identifier of the project that is to be updated.
-
#last_updated_at ⇒ Time
The timestamp of when the project was last updated.
-
#name ⇒ String
The name of the project that is to be updated.
-
#project_profile_id ⇒ String
The ID of the project profile.
-
#project_status ⇒ String
The status of the project.
-
#user_parameters ⇒ Array<Types::EnvironmentConfigurationUserParameter>
The user parameters of the project.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the project was created.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
The Amazon DataZone user who created the project.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the project that is to be updated.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which a project is updated.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_unit_id ⇒ String
The ID of the domain unit.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
The environment deployment details of the project.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#failure_reasons ⇒ Array<Types::ProjectDeletionError>
Specifies the error message that is returned if the operation cannot be successfully completed.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The glossary terms of the project that are to be updated.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
The identifier of the project that is to be updated.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp of when the project was last updated.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the project that is to be updated.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#project_profile_id ⇒ String
The ID of the project profile.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#project_status ⇒ String
The status of the project.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#user_parameters ⇒ Array<Types::EnvironmentConfigurationUserParameter>
The user parameters of the project.
19548 19549 19550 19551 19552 19553 19554 19555 19556 19557 19558 19559 19560 19561 19562 19563 19564 19565 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19548 class UpdateProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_deployment_details, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_profile_id, :project_status, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |