Class: Aws::TimestreamQuery::Types::ScheduledQueryInsights
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ScheduledQueryInsights
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Encapsulates settings for enabling ‘QueryInsights` on an `ExecuteScheduledQueryRequest`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
Provides the following modes to enable ‘ScheduledQueryInsights`:.
Instance Attribute Details
#mode ⇒ String
Provides the following modes to enable ‘ScheduledQueryInsights`:
-
‘ENABLED_WITH_RATE_CONTROL` – Enables `ScheduledQueryInsights` for the queries being processed. This mode also includes a rate control mechanism, which limits the `QueryInsights` feature to 1 query per second (QPS).
-
‘DISABLED` – Disables `ScheduledQueryInsights`.
1577 1578 1579 1580 1581 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1577 class ScheduledQueryInsights < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |