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.
6105 6106 6107 |
# File 'sig/types.rbs', line 6105 def @canvas_size_options end |
#elements ⇒ ::Array[Types::FreeFormLayoutElement]
Returns the value of attribute elements.
6104 6105 6106 |
# File 'sig/types.rbs', line 6104 def elements @elements end |
#groups ⇒ ::Array[Types::SheetLayoutGroup]
Returns the value of attribute groups.
6106 6107 6108 |
# File 'sig/types.rbs', line 6106 def groups @groups end |