Class: Aws::CloudWatchLogs::Types::StopQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::StopQueryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#success ⇒ Boolean
This is true if the query was stopped by the ‘StopQuery` operation.
Instance Attribute Details
#success ⇒ Boolean
This is true if the query was stopped by the ‘StopQuery` operation.
7373 7374 7375 7376 7377 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7373 class StopQueryResponse < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |