Class: Aws::DataZone::Types::UpdateProjectOutput

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

#created_at ⇒ Time

The timestamp of when the project was created.

Returns:

  • (Time)


25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#created_by ⇒ String

The Amazon DataZone user who created the project.

Returns:

  • (String)


25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#description ⇒ String

The description of the project that is to be updated.

Returns:

  • (String)


25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#domain_id ⇒ String

The identifier of the Amazon DataZone domain in which a project is updated.

Returns:

  • (String)


25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#domain_unit_id ⇒ String

The ID of the domain unit.

Returns:

  • (String)


25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails

The environment deployment details of the project.



25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#failure_reasons ⇒ Array<Types::ProjectDeletionError>

Specifies the error message that is returned if the operation cannot be successfully completed.

Returns:



25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#glossary_terms ⇒ Array<String>

The glossary terms of the project that are to be updated.

Returns:

  • (Array<String>)


25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#id ⇒ String

The identifier of the project that is to be updated.

Returns:

  • (String)


25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#last_updated_at ⇒ Time

The timestamp of when the project was last updated.

Returns:

  • (Time)


25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#name ⇒ String

The name of the project that is to be updated.

Returns:

  • (String)


25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#project_category ⇒ String

The category of the project.

Returns:

  • (String)


25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#project_profile_id ⇒ String

The ID of the project profile.

Returns:

  • (String)


25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#project_status ⇒ String

The status of the project.

Returns:

  • (String)


25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#resource_tags ⇒ Array<Types::ResourceTag>

The resource tags of the project.

Returns:



25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#user_parameters ⇒ Array<Types::EnvironmentConfigurationUserParameter>

The user parameters of the project.



25130
25131
25132
25133
25134
25135
25136
25137
25138
25139
25140
25141
25142
25143
25144
25145
25146
25147
25148
25149
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25130

class UpdateProjectOutput < Struct.new(
  :domain_id,
  :id,
  :name,
  :description,
  :project_status,
  :failure_reasons,
  :created_by,
  :created_at,
  :last_updated_at,
  :resource_tags,
  :glossary_terms,
  :domain_unit_id,
  :project_profile_id,
  :user_parameters,
  :environment_deployment_details,
  :project_category)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end