DescribeProjectResult class
Properties
-
arn
→ String?
-
The Amazon Resource Name (ARN) for the project.
final
-
clientRequestToken
→ String?
-
A user- or system-generated token that identifies the entity that requested
project creation.
final
-
createdTimeStamp
→ DateTime?
-
The date and time the project was created, in timestamp format.
final
-
description
→ String?
-
The description of the project, if any.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
→ String?
-
The ID of the project.
final
-
name
→ String?
-
The display name for the project.
final
-
projectTemplateId
→ String?
-
The ID for the AWS CodeStar project template used to create the project.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
stackId
→ String?
-
The ID of the primary stack in AWS CloudFormation used to generate resources
for the project.
final
-
status
→ ProjectStatus?
-
The project creation or deletion status.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited