Class: Aws::QuickSight::Types::IncrementalRefresh
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::IncrementalRefresh
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The incremental refresh configuration for a dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lookback_window ⇒ Types::LookbackWindow
The lookback window setup for an incremental refresh configuration.
Instance Attribute Details
#lookback_window ⇒ Types::LookbackWindow
The lookback window setup for an incremental refresh configuration.
20257 20258 20259 20260 20261 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20257 class IncrementalRefresh < Struct.new( :lookback_window) SENSITIVE = [] include Aws::Structure end |