class
Amazonite::CloudWatchLogs::StopQueryResponse
- Amazonite::CloudWatchLogs::StopQueryResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/stop_query_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#success : Bool | Nil
This is true if the query was stopped by the
StopQueryoperation. -
#success=(success : Bool | Nil)
This is true if the query was stopped by the
StopQueryoperation. - #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 success=(success : Bool | Nil)
#
This is true if the query was stopped by the StopQuery operation.