ExecuteStatementRequest
public struct ExecuteStatementRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the parameters for the parameterized statement in the request.
Declaration
Swift
public let parameters: [ValueHolder]?
-
Specifies the statement of the request.
Declaration
Swift
public let statement: String
-
Specifies the transaction ID of the request.
Declaration
Swift
public let transactionId: String
-
Undocumented
Declaration
Swift
public init(parameters: [ValueHolder]? = nil, statement: String, transactionId: String)
-
Declaration
Swift
public func validate(name: String) throws