ProjectSummary class
An object providing summary information for a particular project for an associated AWS account and region.
Constructors
Properties
- arn → String?
-
The ARN of the project.
final
- createdDate → DateTime
-
The date when the project was originally created, in UNIX epoch time format.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- projectName → String
-
The name of the project being summarized.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
The tags (metadata key/value pairs) associated with the project.
final
- updatedDate → DateTime
-
The date when the project was last updated, in UNIX epoch time format. If
the project was not updated, then
createdDate
andupdatedDate
are the same.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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited