InventoryResultEntity

public struct InventoryResultEntity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The data section in the inventory result entity JSON.

    Declaration

    Swift

    public let data: [String : InventoryResultItem]?
  • id

    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.

    Declaration

    Swift

    public let id: String?
  • Undocumented

    Declaration

    Swift

    public init(data: [String : InventoryResultItem]? = nil, id: String? = nil)