DescribeQueryDefinitionsRequest
public struct DescribeQueryDefinitionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Limits the number of returned query definitions to the specified number.
Declaration
Swift
public let maxResults: Int?
-
Undocumented
Declaration
Swift
public let nextToken: String?
-
Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.
Declaration
Swift
public let queryDefinitionNamePrefix: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, queryDefinitionNamePrefix: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws