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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamquery/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)


1541
1542
1543
1544
1545
1546
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1541

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

#stateString

State of the scheduled query.

Returns:

  • (String)


1541
1542
1543
1544
1545
1546
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1541

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