CancelStatementResponse
public struct CancelStatementResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A value that indicates whether the cancel statement succeeded (true).
Declaration
Swift
public let status: Bool? -
Undocumented
Declaration
Swift
public init(status: Bool? = nil)
View on GitHub
CancelStatementResponse Structure Reference