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

#arn ⇒ String

The Amazon Resource Name (ARN) for the project.

Returns:

  • (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.

Returns:

  • (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.

Returns:

  • (Time) —

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

#description ⇒ String

The description of the project, if any.

Returns:

  • (String) —

    The description of the project, if any.

#id ⇒ String

The ID of the project.

Returns:

  • (String) —

    The ID of the project.

#name ⇒ String

The display name for the project.

Returns:

  • (String) —

    The display name for the project.

#project_template_id ⇒ String

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_id ⇒ String

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.

#status ⇒ Types::ProjectStatus

The project creation or deletion status.

Returns: