Class: Aws::QuickSight::Types::DefaultPaginatedLayoutConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultPaginatedLayoutConfiguration
- 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
-
#section_based ⇒ Types::DefaultSectionBasedLayoutConfiguration
The options that determine the default settings for a section-based layout configuration.
Instance Attribute Details
#section_based ⇒ Types::DefaultSectionBasedLayoutConfiguration
The options that determine the default settings for a section-based layout configuration.
9002 9003 9004 9005 9006 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9002 class DefaultPaginatedLayoutConfiguration < Struct.new( :section_based) SENSITIVE = [] include Aws::Structure end |