InventoryItem class

Information collected from managed instances based on your inventory policy document

Constructors

InventoryItem({required String captureTime, required String schemaVersion, required String typeName, List<Map<String, String>>? content, String? contentHash, Map<String, String>? context})

Properties

captureTime String
The time the inventory information was collected.
final
content List<Map<String, String>>?
The inventory data of the inventory type.
final
contentHash String?
MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API does not update the inventory item type contents if the MD5 hash has not changed since last update.
final
context Map<String, String>?
A map of associated properties for a specified inventory type. For example, with this attribute, you can specify the ExecutionId, ExecutionType, ComplianceType properties of the AWS:ComplianceItem type.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaVersion String
The schema version for the inventory item.
final
typeName String
The name of the inventory type. Default inventory item type names start with AWS. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited