Class: Aws::TimestreamQuery::Types::ExecuteScheduledQueryRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-timestreamquery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:client_token]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Not used.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


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_timeTime

The timestamp in UTC. Query will be run as if it was invoked at this timestamp.

Returns:

  • (Time)


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_arnString

ARN of the scheduled query.

Returns:

  • (String)


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