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.



3126
3127
3128
3129
3130
3131
# File 'lib/aws-sdk-quicksight/types.rb', line 3126

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.



3126
3127
3128
3129
3130
3131
# File 'lib/aws-sdk-quicksight/types.rb', line 3126

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