class
Amazonite::CloudWatchLogs::StopQueryRequest
- Amazonite::CloudWatchLogs::StopQueryRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/stop_query_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#query_id : String
The ID number of the query to stop.
-
#query_id=(query_id : String)
The ID number of the query to stop.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def query_id : String
#
The ID number of the query to stop. To find this ID number, use DescribeQueries.
def query_id=(query_id : String)
#
The ID number of the query to stop. To find this ID number, use DescribeQueries.