DescribeProjectResult

public struct DescribeProjectResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) for the project.

    Declaration

    Swift

    public let arn: String?
  • A user- or system-generated token that identifies the entity that requested project creation.

    Declaration

    Swift

    public let clientRequestToken: String?
  • The date and time the project was created, in timestamp format.

    Declaration

    Swift

    public let createdTimeStamp: TimeStamp?
  • The description of the project, if any.

    Declaration

    Swift

    public let description: String?
  • id

    The ID of the project.

    Declaration

    Swift

    public let id: String?
  • The display name for the project.

    Declaration

    Swift

    public let name: String?
  • The ID for the AWS CodeStar project template used to create the project.

    Declaration

    Swift

    public let projectTemplateId: String?
  • The ID of the primary stack in AWS CloudFormation used to generate resources for the project.

    Declaration

    Swift

    public let stackId: String?
  • The project creation or deletion status.

    Declaration

    Swift

    public let status: ProjectStatus?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, clientRequestToken: String? = nil, createdTimeStamp: TimeStamp? = nil, description: String? = nil, id: String? = nil, name: String? = nil, projectTemplateId: String? = nil, stackId: String? = nil, status: ProjectStatus? = nil)