Expression
public class Expression : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Return results that match both Dimension objects.
Declaration
Swift
public let and: [Expression]?
-
The filter based on CostCategory values.
Declaration
Swift
public let costCategories: CostCategoryValues?
-
The specific Dimension to use for Expression.
Declaration
Swift
public let dimensions: DimensionValues?
-
Return results that don’t match a Dimension object.
Declaration
Swift
public let not: Expression?
-
Return results that match either Dimension object.
Declaration
Swift
public let or: [Expression]?
-
The specific Tag to use for Expression.
Declaration
Swift
public let tags: TagValues?
-
Undocumented
Declaration
Swift
public init(and: [Expression]? = nil, costCategories: CostCategoryValues? = nil, dimensions: DimensionValues? = nil, not: Expression? = nil, or: [Expression]? = nil, tags: TagValues? = nil)
-
Declaration
Swift
public func validate(name: String) throws