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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



9262
9263
9264
9265
9266
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9262

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