Class: Aws::QuickSight::Types::DataAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataAggregation
- Includes:
- Structure
- Defined in:
- 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.
8456 8457 8458 8459 8460 8461 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8456 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.
8456 8457 8458 8459 8460 8461 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8456 class DataAggregation < Struct.new( :dataset_row_date_granularity, :default_date_column_name) SENSITIVE = [] include Aws::Structure end |