Class: Aws::QuickSight::Types::BodySectionDynamicNumericDimensionConfiguration

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

Overview

Describes the Numeric dataset column and constraints for the dynamic values used to repeat the contents of a section.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#columnTypes::ColumnIdentifier

A column of a data set.



3206
3207
3208
3209
3210
3211
3212
# File 'lib/aws-sdk-quicksight/types.rb', line 3206

class BodySectionDynamicNumericDimensionConfiguration < Struct.new(
  :column,
  :limit,
  :sort_by_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

Number of values to use from the column for repetition.

Returns:

  • (Integer)


3206
3207
3208
3209
3210
3211
3212
# File 'lib/aws-sdk-quicksight/types.rb', line 3206

class BodySectionDynamicNumericDimensionConfiguration < Struct.new(
  :column,
  :limit,
  :sort_by_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#sort_by_metricsArray<Types::ColumnSort>

Sort criteria on the column values that you use for repetition.

Returns:



3206
3207
3208
3209
3210
3211
3212
# File 'lib/aws-sdk-quicksight/types.rb', line 3206

class BodySectionDynamicNumericDimensionConfiguration < Struct.new(
  :column,
  :limit,
  :sort_by_metrics)
  SENSITIVE = []
  include Aws::Structure
end