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.



5839
5840
5841
# File 'sig/types.rbs', line 5839

def canvas_size_options
  @canvas_size_options
end

#elements::Array[Types::FreeFormLayoutElement]

Returns the value of attribute elements.

Returns:



5838
5839
5840
# File 'sig/types.rbs', line 5838

def elements
  @elements
end

#groups::Array[Types::SheetLayoutGroup]

Returns the value of attribute groups.

Returns:



5840
5841
5842
# File 'sig/types.rbs', line 5840

def groups
  @groups
end