Class: Aws::CloudWatchLogs::Types::StopQueryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#successBoolean

This is true if the query was stopped by the StopQuery operation.

Returns:

  • (Boolean)


4746
4747
4748
4749
4750
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4746

class StopQueryResponse < Struct.new(
  :success)
  SENSITIVE = []
  include Aws::Structure
end