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)


1547
1548
1549
1550
1551
1552
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1547

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

#stateString

State of the scheduled query.

Returns:

  • (String)


1547
1548
1549
1550
1551
1552
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1547

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