Class: Aws::QuickSight::Types::FreeFormLayoutConfiguration

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

Overview

The configuration of a free-form layout.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#canvas_size_optionsTypes::FreeFormLayoutCanvasSizeOptions

Configuration options for the canvas of a free-form layout.



20465
20466
20467
20468
20469
20470
20471
# File 'lib/aws-sdk-quicksight/types.rb', line 20465

class FreeFormLayoutConfiguration < Struct.new(
  :elements,
  :canvas_size_options,
  :groups)
  SENSITIVE = []
  include Aws::Structure
end

#elementsArray<Types::FreeFormLayoutElement>

The elements that are included in a free-form layout.

Returns:



20465
20466
20467
20468
20469
20470
20471
# File 'lib/aws-sdk-quicksight/types.rb', line 20465

class FreeFormLayoutConfiguration < Struct.new(
  :elements,
  :canvas_size_options,
  :groups)
  SENSITIVE = []
  include Aws::Structure
end

#groupsArray<Types::SheetLayoutGroup>

The groups that are included in a free-form layout.

Returns:



20465
20466
20467
20468
20469
20470
20471
# File 'lib/aws-sdk-quicksight/types.rb', line 20465

class FreeFormLayoutConfiguration < Struct.new(
  :elements,
  :canvas_size_options,
  :groups)
  SENSITIVE = []
  include Aws::Structure
end