ProjectDescription

An object providing detailed information for a particular project associated with an AWS account and region.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the project.

Link copied to clipboard

The date when the project was originally created, in UNIX epoch time format.

Link copied to clipboard

The description of the project.

Link copied to clipboard

An object describing the project's placement specifications.

Link copied to clipboard

The name of the project for which to obtain information from.

Link copied to clipboard

The tags (metadata key/value pairs) associated with the project.

Link copied to clipboard

The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then createdDate and updatedDate are the same.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String