StopQueryResponse
public struct StopQueryResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
This is true if the query was stopped by the StopQuery operation.
Declaration
Swift
public let success: Bool?
-
Undocumented
Declaration
Swift
public init(success: Bool? = nil)