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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamquery/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 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 233

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