GetInventoryRequest
public struct GetInventoryRequest : AWSShapeextension SSM.GetInventoryRequest: AWSPaginateStringTokenUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Returns counts of inventory types based on one or more expressions. For example, if you aggregate by using an expression that uses the AWS:InstanceInformation.PlatformType type, you can see a count of how many Windows and Linux instances exist in your inventoried fleet. DeclarationSwift public let aggregators: [InventoryAggregator]?
- 
                  
                  One or more filters. Use a filter to return a more specific list of results. DeclarationSwift public let filters: [InventoryFilter]?
- 
                  
                  The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results. DeclarationSwift public let maxResults: Int?
- 
                  
                  The token for the next set of items to return. (You received this token from a previous call.) DeclarationSwift public let nextToken: String?
- 
                  
                  The list of inventory item types to return. DeclarationSwift public let resultAttributes: [ResultAttribute]?
- 
                  
                  Undocumented DeclarationSwift public init(aggregators: [InventoryAggregator]? = nil, filters: [InventoryFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil, resultAttributes: [ResultAttribute]? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
- 
                  
                  Undocumented DeclarationSwift public func usingPaginationToken(_ token: String) -> SSM.GetInventoryRequest
 View on GitHub
View on GitHub GetInventoryRequest Structure Reference
        GetInventoryRequest Structure Reference