InventoryItemSchema
public struct InventoryItemSchema : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The schema attributes for inventory. This contains data type and attribute name.
Declaration
Swift
public let attributes: [InventoryItemAttribute]
-
The alias name of the inventory type. The alias name is used for display purposes.
Declaration
Swift
public let displayName: 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.
Declaration
Swift
public let typeName: String
-
The schema version for the inventory item.
Declaration
Swift
public let version: String?
-
Undocumented
Declaration
Swift
public init(attributes: [InventoryItemAttribute], displayName: String? = nil, typeName: String, version: String? = nil)