Class: Aws::TimestreamQuery::Types::DeleteScheduledQueryRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-timestreamquery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_query_arnString

The ARN of the scheduled query.

Returns:

  • (String)


233
234
235
236
237
# File 'lib/aws-sdk-timestreamquery/types.rb', line 233

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