Fleet class

Information about a fleet.

Constructors

Fleet({String? arn, DateTime? createdAt, String? lastDeploymentJob, DeploymentStatus? lastDeploymentStatus, DateTime? lastDeploymentTime, String? name})
Fleet.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the fleet.
final
createdAt DateTime?
The time, in milliseconds since the epoch, when the fleet was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastDeploymentJob String?
The Amazon Resource Name (ARN) of the last deployment job.
final
lastDeploymentStatus DeploymentStatus?
The status of the last fleet deployment.
final
lastDeploymentTime DateTime?
The time of the last deployment.
final
name String?
The name of the fleet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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