Class: Aws::QuickSight::Types::AggregationPartitionBy
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AggregationPartitionBy
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The definition of an AggregationPartitionBy
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_name ⇒ String
The field Name for an
AggregationPartitionBy
. -
#time_granularity ⇒ String
The
TimeGranularity
for anAggregationPartitionBy
.
Instance Attribute Details
#field_name ⇒ String
The field Name for an AggregationPartitionBy
.
288 289 290 291 292 293 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 288 class AggregationPartitionBy < Struct.new( :field_name, :time_granularity) SENSITIVE = [] include Aws::Structure end |
#time_granularity ⇒ String
The TimeGranularity
for an AggregationPartitionBy
.
288 289 290 291 292 293 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 288 class AggregationPartitionBy < Struct.new( :field_name, :time_granularity) SENSITIVE = [] include Aws::Structure end |