Class: Aws::Types::GridLayoutConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GridLayoutConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#canvas_size_options ⇒ Types::GridLayoutCanvasSizeOptions
Returns the value of attribute canvas_size_options.
-
#elements ⇒ ::Array[Types::GridLayoutElement]
Returns the value of attribute elements.
Instance Attribute Details
#canvas_size_options ⇒ Types::GridLayoutCanvasSizeOptions
Returns the value of attribute canvas_size_options.
6483 6484 6485 |
# File 'sig/types.rbs', line 6483 def @canvas_size_options end |
#elements ⇒ ::Array[Types::GridLayoutElement]
Returns the value of attribute elements.
6482 6483 6484 |
# File 'sig/types.rbs', line 6482 def elements @elements end |