Class: Aws::QuickSight::Types::SectionBasedLayoutPaperCanvasSizeOptions

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

Overview

The options for a paper canvas of a section-based layout.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#paper_marginTypes::Spacing

Defines the spacing between the canvas content and the top, bottom, left, and right edges.

Returns:



25434
25435
25436
25437
25438
25439
25440
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25434

class SectionBasedLayoutPaperCanvasSizeOptions < Struct.new(
  :paper_size,
  :paper_orientation,
  :paper_margin)
  SENSITIVE = []
  include Aws::Structure
end

#paper_orientationString

The paper orientation that is used to define canvas dimensions. Choose one of the following options:

  • PORTRAIT

  • LANDSCAPE

Returns:

  • (String)


25434
25435
25436
25437
25438
25439
25440
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25434

class SectionBasedLayoutPaperCanvasSizeOptions < Struct.new(
  :paper_size,
  :paper_orientation,
  :paper_margin)
  SENSITIVE = []
  include Aws::Structure
end

#paper_sizeString

The paper size that is used to define canvas dimensions.

Returns:

  • (String)


25434
25435
25436
25437
25438
25439
25440
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25434

class SectionBasedLayoutPaperCanvasSizeOptions < Struct.new(
  :paper_size,
  :paper_orientation,
  :paper_margin)
  SENSITIVE = []
  include Aws::Structure
end