InventoryGroup
public struct InventoryGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Filters define the criteria for the group. The matchingCount field displays the number of resources that match the criteria. The notMatchingCount field displays the number of resources that don’t match the criteria.
Declaration
Swift
public let filters: [InventoryFilter]
-
The name of the group.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(filters: [InventoryFilter], name: String)
-
Declaration
Swift
public func validate(name: String) throws