Class: Aws::CodeStar::Types::DescribeProjectResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::DescribeProjectResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the project.
-
#client_request_token ⇒ String
A user- or system-generated token that identifies the entity that requested project creation.
-
#created_time_stamp ⇒ Time
The date and time the project was created, in timestamp format.
-
#description ⇒ String
The description of the project, if any.
-
#id ⇒ String
The ID of the project.
-
#name ⇒ String
The display name for the project.
-
#project_template_id ⇒ String
The ID for the AWS CodeStar project template used to create the project.
-
#stack_id ⇒ String
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
-
#status ⇒ Types::ProjectStatus
The project creation or deletion status.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the project.
433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codestar/types.rb', line 433 class DescribeProjectResult < Struct.new( :name, :id, :arn, :description, :client_request_token, :created_time_stamp, :stack_id, :project_template_id, :status) SENSITIVE = [:name, :description] include Aws::Structure end |
#client_request_token ⇒ String
A user- or system-generated token that identifies the entity that requested project creation.
433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codestar/types.rb', line 433 class DescribeProjectResult < Struct.new( :name, :id, :arn, :description, :client_request_token, :created_time_stamp, :stack_id, :project_template_id, :status) SENSITIVE = [:name, :description] include Aws::Structure end |
#created_time_stamp ⇒ Time
The date and time the project was created, in timestamp format.
433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codestar/types.rb', line 433 class DescribeProjectResult < Struct.new( :name, :id, :arn, :description, :client_request_token, :created_time_stamp, :stack_id, :project_template_id, :status) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the project, if any.
433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codestar/types.rb', line 433 class DescribeProjectResult < Struct.new( :name, :id, :arn, :description, :client_request_token, :created_time_stamp, :stack_id, :project_template_id, :status) SENSITIVE = [:name, :description] include Aws::Structure end |
#id ⇒ String
The ID of the project.
433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codestar/types.rb', line 433 class DescribeProjectResult < Struct.new( :name, :id, :arn, :description, :client_request_token, :created_time_stamp, :stack_id, :project_template_id, :status) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The display name for the project.
433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codestar/types.rb', line 433 class DescribeProjectResult < Struct.new( :name, :id, :arn, :description, :client_request_token, :created_time_stamp, :stack_id, :project_template_id, :status) SENSITIVE = [:name, :description] include Aws::Structure end |
#project_template_id ⇒ String
The ID for the AWS CodeStar project template used to create the project.
433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codestar/types.rb', line 433 class DescribeProjectResult < Struct.new( :name, :id, :arn, :description, :client_request_token, :created_time_stamp, :stack_id, :project_template_id, :status) SENSITIVE = [:name, :description] include Aws::Structure end |
#stack_id ⇒ String
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codestar/types.rb', line 433 class DescribeProjectResult < Struct.new( :name, :id, :arn, :description, :client_request_token, :created_time_stamp, :stack_id, :project_template_id, :status) SENSITIVE = [:name, :description] include Aws::Structure end |
#status ⇒ Types::ProjectStatus
The project creation or deletion status.
433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codestar/types.rb', line 433 class DescribeProjectResult < Struct.new( :name, :id, :arn, :description, :client_request_token, :created_time_stamp, :stack_id, :project_template_id, :status) SENSITIVE = [:name, :description] include Aws::Structure end |