Class: Aws::Types::FreeFormLayoutConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#canvas_size_optionsTypes::FreeFormLayoutCanvasSizeOptions

Returns the value of attribute canvas_size_options.



6105
6106
6107
# File 'sig/types.rbs', line 6105

def canvas_size_options
  @canvas_size_options
end

#elements::Array[Types::FreeFormLayoutElement]

Returns the value of attribute elements.

Returns:



6104
6105
6106
# File 'sig/types.rbs', line 6104

def elements
  @elements
end

#groups::Array[Types::SheetLayoutGroup]

Returns the value of attribute groups.

Returns:



6106
6107
6108
# File 'sig/types.rbs', line 6106

def groups
  @groups
end