Class: Aws::QuickSight::Types::DataAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataAggregation
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A structure that represents a data aggregation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_row_date_granularity ⇒ String
The level of time precision that is used to aggregate
DateTime
values. -
#default_date_column_name ⇒ String
The column name for the default date.
Instance Attribute Details
#dataset_row_date_granularity ⇒ String
The level of time precision that is used to aggregate DateTime
values.
8511 8512 8513 8514 8515 8516 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8511 class DataAggregation < Struct.new( :dataset_row_date_granularity, :default_date_column_name) SENSITIVE = [] include Aws::Structure end |
#default_date_column_name ⇒ String
The column name for the default date.
8511 8512 8513 8514 8515 8516 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8511 class DataAggregation < Struct.new( :dataset_row_date_granularity, :default_date_column_name) SENSITIVE = [] include Aws::Structure end |