FleetSummary class
The summary of the fleet.
Constructors
-
FleetSummary({String? companyCode, DateTime? createdTime, String? displayName, String? fleetArn, String? fleetName, FleetStatus? fleetStatus, DateTime? lastUpdatedTime, Map<
String, String> ? tags}) -
FleetSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- companyCode → String?
-
The identifier used by users to sign into the Amazon WorkLink app.
final
- createdTime → DateTime?
-
The time when the fleet was created.
final
- displayName → String?
-
The name of the fleet to display.
final
- fleetArn → String?
-
The Amazon Resource Name (ARN) of the fleet.
final
- fleetName → String?
-
The name of the fleet.
final
- fleetStatus → FleetStatus?
-
The status of the fleet.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTime → DateTime?
-
The time when the fleet was last updated.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
The tags attached to the resource. A tag is a key-value pair.
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