You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeStar::Types::DescribeProjectResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the project.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the project.

#client_request_tokenString

A user- or system-generated token that identifies the entity that requested project creation.

Returns:

  • (String)

    A user- or system-generated token that identifies the entity that requested project creation.

#created_time_stampTime

The date and time the project was created, in timestamp format.

Returns:

  • (Time)

    The date and time the project was created, in timestamp format.

#descriptionString

The description of the project, if any.

Returns:

  • (String)

    The description of the project, if any.

#idString

The ID of the project.

Returns:

  • (String)

    The ID of the project.

#nameString

The display name for the project.

Returns:

  • (String)

    The display name for the project.

#project_template_idString

The ID for the AWS CodeStar project template used to create the project.

Returns:

  • (String)

    The ID for the AWS CodeStar project template used to create the project.

#stack_idString

The ID of the primary stack in AWS CloudFormation used to generate resources for the project.

Returns:

  • (String)

    The ID of the primary stack in AWS CloudFormation used to generate resources for the project.

#statusTypes::ProjectStatus

The project creation or deletion status.

Returns: