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.
22286 22287 22288 22289 22290 22291 22292 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22286 class LookbackWindow < Struct.new( :column_name, :size, :size_unit) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Integer
The lookback window column size.
22286 22287 22288 22289 22290 22291 22292 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22286 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`.
22286 22287 22288 22289 22290 22291 22292 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22286 class LookbackWindow < Struct.new( :column_name, :size, :size_unit) SENSITIVE = [] include Aws::Structure end |