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)


1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1461

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

#stateString

State of the scheduled query.

Returns:

  • (String)


1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1461

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