Class: Aws::QuickSight::Types::BodySectionRepeatDimensionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BodySectionRepeatDimensionConfiguration
- 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
-
#dynamic_category_dimension_configuration ⇒ Types::BodySectionDynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
-
#dynamic_numeric_dimension_configuration ⇒ Types::BodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
Instance Attribute Details
#dynamic_category_dimension_configuration ⇒ Types::BodySectionDynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
3259 3260 3261 3262 3263 3264 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3259 class BodySectionRepeatDimensionConfiguration < Struct.new( :dynamic_category_dimension_configuration, :dynamic_numeric_dimension_configuration) SENSITIVE = [] include Aws::Structure end |
#dynamic_numeric_dimension_configuration ⇒ Types::BodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
3259 3260 3261 3262 3263 3264 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3259 class BodySectionRepeatDimensionConfiguration < Struct.new( :dynamic_category_dimension_configuration, :dynamic_numeric_dimension_configuration) SENSITIVE = [] include Aws::Structure end |