Class: Aws::Types::AggregationPartitionBy
- Inherits:
-
Object
- Object
- Aws::Types::AggregationPartitionBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#time_granularity ⇒ "YEAR", ...
Returns the value of attribute time_granularity.
Instance Attribute Details
#field_name ⇒ ::String
Returns the value of attribute field_name.
182 183 184 |
# File 'sig/types.rbs', line 182 def field_name @field_name end |
#time_granularity ⇒ "YEAR", ...
Returns the value of attribute time_granularity.
183 184 185 |
# File 'sig/types.rbs', line 183 def time_granularity @time_granularity end |