DescribeFleetResponse class
Constructors
-
DescribeFleetResponse({String? arn, DateTime? createdAt, String? lastDeploymentJob, DeploymentStatus? lastDeploymentStatus, DateTime? lastDeploymentTime, String? name, List<
Robot> ? robots, Map<String, String> ? tags}) -
DescribeFleetResponse.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 deployment.
final
- lastDeploymentTime → DateTime?
-
The time of the last deployment.
final
- name → String?
-
The name of the fleet.
final
-
robots
→ List<
Robot> ? -
A list of robots.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
The list of all tags added to the specified fleet.
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