ListInventoryEntriesResult class

Constructors

ListInventoryEntriesResult({String? captureTime, List<Map<String, String>>? entries, String? instanceId, String? nextToken, String? schemaVersion, String? typeName})
ListInventoryEntriesResult.fromJson(Map<String, dynamic> json)
factory

Properties

captureTime String?
The time that inventory information was collected for the instance(s).
final
entries List<Map<String, String>>?
A list of inventory items on the instance(s).
final
hashCode int
The hash code for this object.
no setterinherited
instanceId String?
The instance ID targeted by the request to query inventory information.
final
nextToken String?
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaVersion String?
The inventory schema version used by the instance(s).
final
typeName String?
The type of inventory item returned by the request.
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