Class: Aws::CloudWatchLogs::Types::DeleteQueryDefinitionRequest

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

#query_definition_idString

The ID of the query definition that you want to delete. You can use DescribeQueryDefinitions to retrieve the IDs of your saved query definitions.

Returns:

  • (String)


832
833
834
835
836
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 832

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