InventoryResultItem
public struct InventoryResultItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time inventory item data was captured.
Declaration
Swift
public let captureTime: String?
-
Contains all the inventory data of the item type. Results include attribute names and values.
Declaration
Swift
public let content: [[String : 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.
Declaration
Swift
public let contentHash: String?
-
The schema version for the inventory result item/
Declaration
Swift
public let schemaVersion: String
-
The name of the inventory result item type.
Declaration
Swift
public let typeName: String
-
Undocumented
Declaration
Swift
public init(captureTime: String? = nil, content: [[String : String]], contentHash: String? = nil, schemaVersion: String, typeName: String)