Class: Aws::CloudWatchLogs::Types::DeleteQueryDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteQueryDefinitionResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#success ⇒ Boolean
A value of TRUE indicates that the operation succeeded.
Instance Attribute Details
#success ⇒ Boolean
A value of TRUE indicates that the operation succeeded. FALSE indicates that the operation failed.
1289 1290 1291 1292 1293 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1289 class DeleteQueryDefinitionResponse < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |