ListInventoryEntriesResult constructor

ListInventoryEntriesResult({
  1. String? captureTime,
  2. List<Map<String, String>>? entries,
  3. String? instanceId,
  4. String? nextToken,
  5. String? schemaVersion,
  6. String? typeName,
})

Implementation

ListInventoryEntriesResult({
  this.captureTime,
  this.entries,
  this.instanceId,
  this.nextToken,
  this.schemaVersion,
  this.typeName,
});