ProjectDescription class

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

Constructors

ProjectDescription({required DateTime createdDate, required String projectName, required DateTime updatedDate, String? arn, String? description, PlacementTemplate? placementTemplate, Map<String, String>? tags})
ProjectDescription.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
description String?
The description of the project.
final
hashCode int
The hash code for this object.
no setterinherited
placementTemplate PlacementTemplate?
An object describing the project's placement specifications.
final
projectName String
The name of the project for which to obtain information from.
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