InventoryItemAttribute
public struct InventoryItemAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The data type of the inventory item attribute.
Declaration
Swift
public let dataType: InventoryAttributeDataType -
Name of the inventory item attribute.
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init(dataType: InventoryAttributeDataType, name: String)
View on GitHub
InventoryItemAttribute Structure Reference