Class: Aws::TimestreamQuery::Types::ExecuteScheduledQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ExecuteScheduledQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:client_token]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Not used.
-
#invocation_time ⇒ Time
The timestamp in UTC.
-
#scheduled_query_arn ⇒ String
ARN of the scheduled query.
Instance Attribute Details
#client_token ⇒ String
Not used.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
397 398 399 400 401 402 403 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 397 class ExecuteScheduledQueryRequest < Struct.new( :scheduled_query_arn, :invocation_time, :client_token) SENSITIVE = [:client_token] include Aws::Structure end |
#invocation_time ⇒ Time
The timestamp in UTC. Query will be run as if it was invoked at this timestamp.
397 398 399 400 401 402 403 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 397 class ExecuteScheduledQueryRequest < Struct.new( :scheduled_query_arn, :invocation_time, :client_token) SENSITIVE = [:client_token] include Aws::Structure end |
#scheduled_query_arn ⇒ String
ARN of the scheduled query.
397 398 399 400 401 402 403 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 397 class ExecuteScheduledQueryRequest < Struct.new( :scheduled_query_arn, :invocation_time, :client_token) SENSITIVE = [:client_token] include Aws::Structure end |