Class: Aws::TimestreamQuery::Types::DescribeScheduledQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::DescribeScheduledQueryRequest
- 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.
292 293 294 295 296 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 292 class DescribeScheduledQueryRequest < Struct.new( :scheduled_query_arn) SENSITIVE = [] include Aws::Structure end |