Class: Aws::QuickSight::Types::SectionLayoutConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SectionLayoutConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The layout configuration of a section.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#free_form_layout ⇒ Types::FreeFormSectionLayoutConfiguration
The free-form layout configuration of a section.
Instance Attribute Details
#free_form_layout ⇒ Types::FreeFormSectionLayoutConfiguration
The free-form layout configuration of a section.
29409 29410 29411 29412 29413 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29409 class SectionLayoutConfiguration < Struct.new( :free_form_layout) SENSITIVE = [] include Aws::Structure end |