Class: Aws::CloudWatchLogs::Types::DeleteScheduledQueryRequest

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

#identifierString

The ARN or name of the scheduled query to delete.

Returns:

  • (String)


1663
1664
1665
1666
1667
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1663

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