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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4720
4721
4722
4723
4724
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4720

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