ProjectSummary class

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

Constructors

ProjectSummary({required DateTime createdDate, required String projectName, required DateTime updatedDate, String? arn, Map<String, String>? tags})
ProjectSummary.fromJson(Map<String, dynamic> json)
factory

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
tags Map<String, String>?
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 and updatedDate 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