Class: Aws::TimestreamQuery::Types::UpdateScheduledQueryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_query_arnString

ARN of the scheuled query.

Returns:

  • (String)


2075
2076
2077
2078
2079
2080
# File 'lib/aws-sdk-timestreamquery/types.rb', line 2075

class UpdateScheduledQueryRequest < Struct.new(
  :scheduled_query_arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

State of the scheduled query.

Returns:

  • (String)


2075
2076
2077
2078
2079
2080
# File 'lib/aws-sdk-timestreamquery/types.rb', line 2075

class UpdateScheduledQueryRequest < Struct.new(
  :scheduled_query_arn,
  :state)
  SENSITIVE = []
  include Aws::Structure
end