Class: Aws::QuickSight::Types::NumericalMeasureField

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The measure type field with numerical type columns.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_functionTypes::NumericalAggregationFunction

The aggregation function of the measure field.



21218
21219
21220
21221
21222
21223
21224
21225
# File 'lib/aws-sdk-quicksight/types.rb', line 21218

class NumericalMeasureField < Struct.new(
  :field_id,
  :column,
  :aggregation_function,
  :format_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#columnTypes::ColumnIdentifier

The column that is used in the ‘NumericalMeasureField`.



21218
21219
21220
21221
21222
21223
21224
21225
# File 'lib/aws-sdk-quicksight/types.rb', line 21218

class NumericalMeasureField < Struct.new(
  :field_id,
  :column,
  :aggregation_function,
  :format_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#field_idString

The custom field ID.

Returns:

  • (String)


21218
21219
21220
21221
21222
21223
21224
21225
# File 'lib/aws-sdk-quicksight/types.rb', line 21218

class NumericalMeasureField < Struct.new(
  :field_id,
  :column,
  :aggregation_function,
  :format_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#format_configurationTypes::NumberFormatConfiguration

The format configuration of the field.



21218
21219
21220
21221
21222
21223
21224
21225
# File 'lib/aws-sdk-quicksight/types.rb', line 21218

class NumericalMeasureField < Struct.new(
  :field_id,
  :column,
  :aggregation_function,
  :format_configuration)
  SENSITIVE = []
  include Aws::Structure
end