GetDeviceFleetReportResponse class

Constructors

GetDeviceFleetReportResponse({required String deviceFleetArn, required String deviceFleetName, List<AgentVersion>? agentVersions, String? description, DeviceStats? deviceStats, List<EdgeModelStat>? modelStats, EdgeOutputConfig? outputConfig, DateTime? reportGenerated})
GetDeviceFleetReportResponse.fromJson(Map<String, dynamic> json)
factory

Properties

agentVersions List<AgentVersion>?
The versions of Edge Manager agent deployed on the fleet.
final
description String?
Description of the fleet.
final
deviceFleetArn String
The Amazon Resource Name (ARN) of the device.
final
deviceFleetName String
The name of the fleet.
final
deviceStats DeviceStats?
Status of devices.
final
hashCode int
The hash code for this object.
no setterinherited
modelStats List<EdgeModelStat>?
Status of model on device.
final
outputConfig EdgeOutputConfig?
The output configuration for storing sample data collected by the fleet.
final
reportGenerated DateTime?
Timestamp of when the report was generated.
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