StopQueryRequest

public struct StopQueryRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID number of the query to stop. To find this ID number, use DescribeQueries.

    Declaration

    Swift

    public let queryId: String
  • Undocumented

    Declaration

    Swift

    public init(queryId: String)
  • Declaration

    Swift

    public func validate(name: String) throws