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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the project was created.

Returns:

  • (Time)


20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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_byString

The Amazon DataZone user who created the project.

Returns:

  • (String)


20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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

#descriptionString

The description of the project that is to be updated.

Returns:

  • (String)


20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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_idString

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

Returns:

  • (String)


20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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_idString

The ID of the domain unit.

Returns:

  • (String)


20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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_detailsTypes::EnvironmentDeploymentDetails

The environment deployment details of the project.



20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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_reasonsArray<Types::ProjectDeletionError>

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

Returns:



20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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_termsArray<String>

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

Returns:

  • (Array<String>)


20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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

#idString

The identifier of the project that is to be updated.

Returns:

  • (String)


20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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_atTime

The timestamp of when the project was last updated.

Returns:

  • (Time)


20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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

#nameString

The name of the project that is to be updated.

Returns:

  • (String)


20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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_idString

The ID of the project profile.

Returns:

  • (String)


20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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_statusString

The status of the project.

Returns:

  • (String)


20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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_parametersArray<Types::EnvironmentConfigurationUserParameter>

The user parameters of the project.



20697
20698
20699
20700
20701
20702
20703
20704
20705
20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'lib/aws-sdk-datazone/types.rb', line 20697

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