Class: Aws::DataZone::Types::ProjectSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ProjectSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of a Amazon DataZone project.
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when a project was created.
-
#created_by ⇒ String
The Amazon DataZone user who created the project.
-
#description ⇒ String
The description of a project.
-
#domain_id ⇒ String
The identifier of a Amazon DataZone domain where the project exists.
-
#failure_reasons ⇒ Array<Types::ProjectDeletionError>
Reasons for failed project deletion.
-
#id ⇒ String
The identifier of a project.
-
#name ⇒ String
The name of a project.
-
#project_status ⇒ String
Status of the project.
-
#updated_at ⇒ Time
The timestamp of when the project was updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when a project was created.
7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 |
# File 'lib/aws-sdk-datazone/types.rb', line 7938 class ProjectSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :failure_reasons, :id, :name, :project_status, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
The Amazon DataZone user who created the project.
7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 |
# File 'lib/aws-sdk-datazone/types.rb', line 7938 class ProjectSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :failure_reasons, :id, :name, :project_status, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of a project.
7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 |
# File 'lib/aws-sdk-datazone/types.rb', line 7938 class ProjectSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :failure_reasons, :id, :name, :project_status, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The identifier of a Amazon DataZone domain where the project exists.
7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 |
# File 'lib/aws-sdk-datazone/types.rb', line 7938 class ProjectSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :failure_reasons, :id, :name, :project_status, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#failure_reasons ⇒ Array<Types::ProjectDeletionError>
Reasons for failed project deletion
7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 |
# File 'lib/aws-sdk-datazone/types.rb', line 7938 class ProjectSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :failure_reasons, :id, :name, :project_status, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
The identifier of a project.
7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 |
# File 'lib/aws-sdk-datazone/types.rb', line 7938 class ProjectSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :failure_reasons, :id, :name, :project_status, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of a project.
7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 |
# File 'lib/aws-sdk-datazone/types.rb', line 7938 class ProjectSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :failure_reasons, :id, :name, :project_status, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#project_status ⇒ String
Status of the project
7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 |
# File 'lib/aws-sdk-datazone/types.rb', line 7938 class ProjectSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :failure_reasons, :id, :name, :project_status, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the project was updated.
7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 |
# File 'lib/aws-sdk-datazone/types.rb', line 7938 class ProjectSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :failure_reasons, :id, :name, :project_status, :updated_at) SENSITIVE = [:description, :name] include Aws::Structure end |