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 =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the project was created.

Returns:

  • (Time)


11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11635

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

#created_byString

The Amazon DataZone user who created the project.

Returns:

  • (String)


11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11635

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

#descriptionString

The description of the project that is to be updated.

Returns:

  • (String)


11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11635

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

#domain_idString

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

Returns:

  • (String)


11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11635

class UpdateProjectOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :failure_reasons,
  :glossary_terms,
  :id,
  :last_updated_at,
  :name,
  :project_status)
  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:



11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11635

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

#glossary_termsArray<String>

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

Returns:

  • (Array<String>)


11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11635

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

#idString

The identifier of the project that is to be updated.

Returns:

  • (String)


11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11635

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

#last_updated_atTime

The timestamp of when the project was last updated.

Returns:

  • (Time)


11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11635

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

#nameString

The name of the project that is to be updated.

Returns:

  • (String)


11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11635

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

#project_statusString

The status of the project.

Returns:

  • (String)


11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11635

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