Class: Aws::TimestreamQuery::Types::ScheduledQueryInsights
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ScheduledQueryInsights
- Defined in:
- gems/aws-sdk-timestreamquery/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– EnablesScheduledQueryInsightsfor the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsightsfeature to 1 query per second (QPS).DISABLED– DisablesScheduledQueryInsights.
1577 1578 1579 1580 1581 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1577 class ScheduledQueryInsights < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |