Class: Aws::Types::DataAggregation
- Inherits:
-
Object
- Object
- Aws::Types::DataAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_row_date_granularity ⇒ "SECOND", ...
Returns the value of attribute dataset_row_date_granularity.
-
#default_date_column_name ⇒ ::String
Returns the value of attribute default_date_column_name.
Instance Attribute Details
#dataset_row_date_granularity ⇒ "SECOND", ...
Returns the value of attribute dataset_row_date_granularity.
2995 2996 2997 |
# File 'sig/types.rbs', line 2995 def dataset_row_date_granularity @dataset_row_date_granularity end |
#default_date_column_name ⇒ ::String
Returns the value of attribute default_date_column_name.
2996 2997 2998 |
# File 'sig/types.rbs', line 2996 def default_date_column_name @default_date_column_name end |