DescribeFleetMetadataResponse class
Constructors
-
DescribeFleetMetadataResponse({String? companyCode, DateTime? createdTime, String? displayName, String? fleetName, FleetStatus? fleetStatus, DateTime? lastUpdatedTime, bool? optimizeForEndUserLocation, Map<
String, String> ? tags}) -
DescribeFleetMetadataResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- companyCode → String?
-
The identifier used by users to sign in to the Amazon WorkLink app.
final
- createdTime → DateTime?
-
The time that the fleet was created.
final
- displayName → String?
-
The name to display.
final
- fleetName → String?
-
The name of the fleet.
final
- fleetStatus → FleetStatus?
-
The current state of the fleet.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTime → DateTime?
-
The time that the fleet was last updated.
final
- optimizeForEndUserLocation → bool?
-
The option to optimize for better performance by routing traffic through the
closest AWS Region to users, which may be outside of your home Region.
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