Class: Aws::QuickSight::Types::BodySectionRepeatConfiguration

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

Overview

Describes the configurations that are required to declare a section as repeating.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_configurationsArray<Types::BodySectionRepeatDimensionConfiguration>

List of ‘BodySectionRepeatDimensionConfiguration` values that describe the dataset column and constraints for the column used to repeat the contents of a section.



3102
3103
3104
3105
3106
3107
3108
# File 'lib/aws-sdk-quicksight/types.rb', line 3102

class BodySectionRepeatConfiguration < Struct.new(
  :dimension_configurations,
  :page_break_configuration,
  :non_repeating_visuals)
  SENSITIVE = []
  include Aws::Structure
end

#non_repeating_visualsArray<String>

List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.

Returns:

  • (Array<String>)


3102
3103
3104
3105
3106
3107
3108
# File 'lib/aws-sdk-quicksight/types.rb', line 3102

class BodySectionRepeatConfiguration < Struct.new(
  :dimension_configurations,
  :page_break_configuration,
  :non_repeating_visuals)
  SENSITIVE = []
  include Aws::Structure
end

#page_break_configurationTypes::BodySectionRepeatPageBreakConfiguration

Page break configuration to apply for each repeating instance.



3102
3103
3104
3105
3106
3107
3108
# File 'lib/aws-sdk-quicksight/types.rb', line 3102

class BodySectionRepeatConfiguration < Struct.new(
  :dimension_configurations,
  :page_break_configuration,
  :non_repeating_visuals)
  SENSITIVE = []
  include Aws::Structure
end