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.



3073
3074
3075
3076
3077
3078
3079
# File 'lib/aws-sdk-quicksight/types.rb', line 3073

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)


3073
3074
3075
3076
3077
3078
3079
# File 'lib/aws-sdk-quicksight/types.rb', line 3073

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:



3073
3074
3075
3076
3077
3078
3079
# File 'lib/aws-sdk-quicksight/types.rb', line 3073

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