Class: Aws::TimestreamQuery::Types::UpdateScheduledQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::UpdateScheduledQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_query_arn ⇒ String
ARN of the scheuled query.
-
#state ⇒ String
State of the scheduled query.
Instance Attribute Details
#scheduled_query_arn ⇒ String
ARN of the scheuled query.
1547 1548 1549 1550 1551 1552 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1547 class UpdateScheduledQueryRequest < Struct.new( :scheduled_query_arn, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of the scheduled query.
1547 1548 1549 1550 1551 1552 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1547 class UpdateScheduledQueryRequest < Struct.new( :scheduled_query_arn, :state) SENSITIVE = [] include Aws::Structure end |