DimensionFilter
public struct DimensionFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The dimension name to be matched.
Declaration
Swift
public let name: String
-
The value of the dimension to be matched.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(name: String, value: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws