Class: Aws::QuickSight::Types::DefaultPaginatedLayoutConfiguration

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

Overview

The options that determine the default settings for a paginated layout configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#section_basedTypes::DefaultSectionBasedLayoutConfiguration

The options that determine the default settings for a section-based layout configuration.



9341
9342
9343
9344
9345
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9341

class DefaultPaginatedLayoutConfiguration < Struct.new(
  :section_based)
  SENSITIVE = []
  include Aws::Structure
end