Class: Aws::QuickSight::Types::IncrementalRefresh
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::IncrementalRefresh
- Defined in:
- gems/aws-sdk-quicksight/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.
19549 19550 19551 19552 19553 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19549 class IncrementalRefresh < Struct.new( :lookback_window) SENSITIVE = [] include Aws::Structure end |