Class: Aws::TimestreamQuery::Types::DeleteScheduledQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::DeleteScheduledQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_query_arn ⇒ String
The ARN of the scheduled query.
Instance Attribute Details
#scheduled_query_arn ⇒ String
The ARN of the scheduled query.
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 |