ListInventoryEntriesResult
public struct ListInventoryEntriesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time that inventory information was collected for the instance(s).
Declaration
Swift
public let captureTime: String? -
A list of inventory items on the instance(s).
Declaration
Swift
public let entries: [[String : String]]? -
The instance ID targeted by the request to query inventory information.
Declaration
Swift
public let instanceId: String? -
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Declaration
Swift
public let nextToken: String? -
The inventory schema version used by the instance(s).
Declaration
Swift
public let schemaVersion: String? -
The type of inventory item returned by the request.
Declaration
Swift
public let typeName: String? -
Undocumented
Declaration
Swift
public init(captureTime: String? = nil, entries: [[String : String]]? = nil, instanceId: String? = nil, nextToken: String? = nil, schemaVersion: String? = nil, typeName: String? = nil)
View on GitHub
ListInventoryEntriesResult Structure Reference