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.
8419 8420 8421 8422 8423 8424 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8419 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.
8419 8420 8421 8422 8423 8424 |
# File 'lib/aws-sdk-quicksight/types.rb', line 8419 class DataAggregation < Struct.new( :dataset_row_date_granularity, :default_date_column_name) SENSITIVE = [] include Aws::Structure end |