Class: Aws::QuickSight::Types::LookbackWindow
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LookbackWindow
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The lookback window setup of an incremental refresh configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_name ⇒ String
The name of the lookback window column.
-
#size ⇒ Integer
The lookback window column size.
-
#size_unit ⇒ String
The size unit that is used for the lookback window column.
Instance Attribute Details
#column_name ⇒ String
The name of the lookback window column.
21157 21158 21159 21160 21161 21162 21163 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21157 class LookbackWindow < Struct.new( :column_name, :size, :size_unit) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Integer
The lookback window column size.
21157 21158 21159 21160 21161 21162 21163 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21157 class LookbackWindow < Struct.new( :column_name, :size, :size_unit) SENSITIVE = [] include Aws::Structure end |
#size_unit ⇒ String
The size unit that is used for the lookback window column. Valid values for this structure are ‘HOUR`, `DAY`, and `WEEK`.
21157 21158 21159 21160 21161 21162 21163 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21157 class LookbackWindow < Struct.new( :column_name, :size, :size_unit) SENSITIVE = [] include Aws::Structure end |