Class: Aws::QuickSight::Types::DefaultFreeFormLayoutConfiguration

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

Overview

The options that determine the default settings of a free-form layout configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#canvas_size_optionsTypes::FreeFormLayoutCanvasSizeOptions

Determines the screen canvas size options for a free-form layout.



9767
9768
9769
9770
9771
# File 'lib/aws-sdk-quicksight/types.rb', line 9767

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