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

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



14982
14983
14984
14985
14986
14987
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14982

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

#elementsArray<Types::FreeFormLayoutElement>

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

Returns:



14982
14983
14984
14985
14986
14987
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14982

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