InventoryResultEntity
public struct InventoryResultEntity : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The data section in the inventory result entity JSON. DeclarationSwift public let data: [String : InventoryResultItem]?
- 
                  
                  ID of the inventory result entity. For example, for managed instance inventory the result will be the managed instance ID. For EC2 instance inventory, the result will be the instance ID. DeclarationSwift public let id: String?
- 
                  
                  Undocumented DeclarationSwift public init(data: [String : InventoryResultItem]? = nil, id: String? = nil)
 View on GitHub
View on GitHub InventoryResultEntity Structure Reference
        InventoryResultEntity Structure Reference