GetInventorySchemaResult
public struct GetInventorySchemaResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. DeclarationSwift public let nextToken: String?
- 
                  
                  Inventory schemas returned by the request. DeclarationSwift public let schemas: [InventoryItemSchema]?
- 
                  
                  Undocumented DeclarationSwift public init(nextToken: String? = nil, schemas: [InventoryItemSchema]? = nil)
 View on GitHub
View on GitHub GetInventorySchemaResult Structure Reference
        GetInventorySchemaResult Structure Reference