Values_2.DeviceFleetSummarySourceSummary of the device fleet.
type nonrec t = {deviceFleetArn : Values_1.DeviceFleetArn.t option;Amazon Resource Name (ARN) of the device fleet.
*)deviceFleetName : Values_0.EntityName.t option;Name of the device fleet.
*)creationTime : Values_0.Timestamp.t option;Timestamp of when the device fleet was created.
*)lastModifiedTime : Values_0.Timestamp.t option;Timestamp of when the device fleet was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.DeviceFleetArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]