Class: Aws::QuickSight::Types::BodySectionRepeatDimensionConfiguration

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

Overview

Describes the dataset column and constraints for the dynamic values used to repeat the contents of a section. The dataset column is either Category or Numeric column configuration

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_category_dimension_configurationTypes::BodySectionDynamicCategoryDimensionConfiguration

Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.



2892
2893
2894
2895
2896
2897
# File 'lib/aws-sdk-quicksight/types.rb', line 2892

class BodySectionRepeatDimensionConfiguration < Struct.new(
  :dynamic_category_dimension_configuration,
  :dynamic_numeric_dimension_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#dynamic_numeric_dimension_configurationTypes::BodySectionDynamicNumericDimensionConfiguration

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



2892
2893
2894
2895
2896
2897
# File 'lib/aws-sdk-quicksight/types.rb', line 2892

class BodySectionRepeatDimensionConfiguration < Struct.new(
  :dynamic_category_dimension_configuration,
  :dynamic_numeric_dimension_configuration)
  SENSITIVE = []
  include Aws::Structure
end