GetInventoryResult
public struct GetInventoryResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Collection of inventory entities such as a collection of instance inventory. DeclarationSwift public let entities: [InventoryResultEntity]?
- 
                  
                  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?
- 
                  
                  Undocumented DeclarationSwift public init(entities: [InventoryResultEntity]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub GetInventoryResult Structure Reference
        GetInventoryResult Structure Reference