Class: Aws::Types::FreeFormLayoutConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FreeFormLayoutConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#canvas_size_options ⇒ Types::FreeFormLayoutCanvasSizeOptions
Returns the value of attribute canvas_size_options.
-
#elements ⇒ ::Array[Types::FreeFormLayoutElement]
Returns the value of attribute elements.
-
#groups ⇒ ::Array[Types::SheetLayoutGroup]
Returns the value of attribute groups.
Instance Attribute Details
#canvas_size_options ⇒ Types::FreeFormLayoutCanvasSizeOptions
Returns the value of attribute canvas_size_options.
5839 5840 5841 |
# File 'sig/types.rbs', line 5839 def @canvas_size_options end |
#elements ⇒ ::Array[Types::FreeFormLayoutElement]
Returns the value of attribute elements.
5838 5839 5840 |
# File 'sig/types.rbs', line 5838 def elements @elements end |
#groups ⇒ ::Array[Types::SheetLayoutGroup]
Returns the value of attribute groups.
5840 5841 5842 |
# File 'sig/types.rbs', line 5840 def groups @groups end |