NamedQuery
public struct NamedQuery : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The database to which the query belongs.
Declaration
Swift
public let database: String
-
The query description.
Declaration
Swift
public let description: String?
-
The query name.
Declaration
Swift
public let name: String
-
The unique identifier of the query.
Declaration
Swift
public let namedQueryId: String?
-
The SQL query statements that comprise the query.
Declaration
Swift
public let queryString: String
-
The name of the workgroup that contains the named query.
Declaration
Swift
public let workGroup: String?
-
Undocumented
Declaration
Swift
public init(database: String, description: String? = nil, name: String, namedQueryId: String? = nil, queryString: String, workGroup: String? = nil)