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.
18722 18723 18724 18725 18726 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18722 class IncrementalRefresh < Struct.new( :lookback_window) SENSITIVE = [] include Aws::Structure end |