Class: Aws::CloudWatchLogs::Types::DeleteQueryDefinitionResponse

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

A value of TRUE indicates that the operation succeeded. FALSE indicates that the operation failed.

Returns:

  • (Boolean)


1685
1686
1687
1688
1689
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1685

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