Class: Aws::DataZone::Types::GetProjectOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetProjectOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the project was created.
-
#created_by ⇒ String
The Amazon DataZone user who created the project.
-
#description ⇒ String
The description of the project.
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which the project exists.
-
#domain_unit_id ⇒ String
The ID of the domain unit.
-
#failure_reasons ⇒ Array<Types::ProjectDeletionError>
Specifies the error message that is returned if the operation cannot be successfully completed.
-
#glossary_terms ⇒ Array<String>
The business glossary terms that can be used in the project.
-
#id ⇒ String
>The ID of the project.
-
#last_updated_at ⇒ Time
The timestamp of when the project was last updated.
-
#name ⇒ String
The name of the project.
-
#project_status ⇒ String
The status of the project.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the project was created.
7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7932 class GetProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
The Amazon DataZone user who created the project.
7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7932 class GetProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the project.
7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7932 class GetProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain in which the project exists.
7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7932 class GetProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_unit_id ⇒ String
The ID of the domain unit.
7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7932 class GetProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#failure_reasons ⇒ Array<Types::ProjectDeletionError>
Specifies the error message that is returned if the operation cannot be successfully completed.
7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7932 class GetProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The business glossary terms that can be used in the project.
7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7932 class GetProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
>The ID of the project.
7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7932 class GetProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp of when the project was last updated.
7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7932 class GetProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of the project.
7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7932 class GetProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_status) SENSITIVE = [:description, :name] include Aws::Structure end |
#project_status ⇒ String
The status of the project.
7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7932 class GetProjectOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :failure_reasons, :glossary_terms, :id, :last_updated_at, :name, :project_status) SENSITIVE = [:description, :name] include Aws::Structure end |