Query
public struct Query : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List of selectors that define the query. An object must satisfy all of the selectors to match the query.
Declaration
Swift
public let selectors: [Selector]?
-
Undocumented
Declaration
Swift
public init(selectors: [Selector]? = nil)
-
Declaration
Swift
public func validate(name: String) throws