Class: Aws::DataZone::Types::ProjectSummary

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

Overview

The details of a Amazon DataZone project.

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when a project was created.

Returns:

  • (Time)


16639
16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
16651
16652
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16639

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

#created_byString

The Amazon DataZone user who created the project.

Returns:

  • (String)


16639
16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
16651
16652
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16639

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

#descriptionString

The description of a project.

Returns:

  • (String)


16639
16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
16651
16652
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16639

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

#domain_idString

The identifier of a Amazon DataZone domain where the project exists.

Returns:

  • (String)


16639
16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
16651
16652
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16639

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

#domain_unit_idString

The ID of the domain unit.

Returns:

  • (String)


16639
16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
16651
16652
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16639

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

#failure_reasonsArray<Types::ProjectDeletionError>

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

Returns:



16639
16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
16651
16652
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16639

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

#idString

The identifier of a project.

Returns:

  • (String)


16639
16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
16651
16652
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16639

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

#nameString

The name of a project.

Returns:

  • (String)


16639
16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
16651
16652
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16639

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

#project_statusString

The status of the project.

Returns:

  • (String)


16639
16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
16651
16652
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16639

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

#updated_atTime

The timestamp of when the project was updated.

Returns:

  • (Time)


16639
16640
16641
16642
16643
16644
16645
16646
16647
16648
16649
16650
16651
16652
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16639

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