Class: Aws::QuickSight::Types::SectionBasedLayoutCanvasSizeOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SectionBasedLayoutCanvasSizeOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options for the canvas of a section-based layout.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#paper_canvas_size_options ⇒ Types::SectionBasedLayoutPaperCanvasSizeOptions
The options for a paper canvas of a section-based layout.
Instance Attribute Details
#paper_canvas_size_options ⇒ Types::SectionBasedLayoutPaperCanvasSizeOptions
The options for a paper canvas of a section-based layout.
27714 27715 27716 27717 27718 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27714 class SectionBasedLayoutCanvasSizeOptions < Struct.new( :paper_canvas_size_options) SENSITIVE = [] include Aws::Structure end |