Class: Aws::CloudWatchLogs::Types::DeleteQueryDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteQueryDefinitionResponse
- Includes:
- Structure
- Defined in:
- 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.
1728 1729 1730 1731 1732 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1728 class DeleteQueryDefinitionResponse < Struct.new( :success) SENSITIVE = [] include Aws::Structure end |