Class: Aws::QuickSight::Types::AggFunction
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AggFunction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The definition of an Agg function.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation ⇒ String
The aggregation of an Agg function.
-
#aggregation_function_parameters ⇒ Hash<String,String>
The aggregation parameters for an Agg function.
-
#period ⇒ String
The period of an Agg function.
-
#period_field ⇒ String
The period field for an Agg function.
Instance Attribute Details
#aggregation ⇒ String
The aggregation of an Agg function.
219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-quicksight/types.rb', line 219 class AggFunction < Struct.new( :aggregation, :aggregation_function_parameters, :period, :period_field) SENSITIVE = [] include Aws::Structure end |
#aggregation_function_parameters ⇒ Hash<String,String>
The aggregation parameters for an Agg function.
219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-quicksight/types.rb', line 219 class AggFunction < Struct.new( :aggregation, :aggregation_function_parameters, :period, :period_field) SENSITIVE = [] include Aws::Structure end |
#period ⇒ String
The period of an Agg function.
219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-quicksight/types.rb', line 219 class AggFunction < Struct.new( :aggregation, :aggregation_function_parameters, :period, :period_field) SENSITIVE = [] include Aws::Structure end |
#period_field ⇒ String
The period field for an Agg function.
219 220 221 222 223 224 225 226 |
# File 'lib/aws-sdk-quicksight/types.rb', line 219 class AggFunction < Struct.new( :aggregation, :aggregation_function_parameters, :period, :period_field) SENSITIVE = [] include Aws::Structure end |