Class: Aws::QuickSight::Types::LookbackWindow
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LookbackWindow
- Defined in:
- gems/aws-sdk-quicksight/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.
23255 23256 23257 23258 23259 23260 23261 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23255 class LookbackWindow < Struct.new( :column_name, :size, :size_unit) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Integer
The lookback window column size.
23255 23256 23257 23258 23259 23260 23261 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23255 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
.
23255 23256 23257 23258 23259 23260 23261 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23255 class LookbackWindow < Struct.new( :column_name, :size, :size_unit) SENSITIVE = [] include Aws::Structure end |