Class: Aws::QuickSight::Types::AggFunction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aggregationString

The aggregation of an Agg function.

Returns:

  • (String)


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_parametersHash<String,String>

The aggregation parameters for an Agg function.

Returns:

  • (Hash<String,String>)


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

#periodString

The period of an Agg function.

Returns:

  • (String)


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_fieldString

The period field for an Agg function.

Returns:

  • (String)


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