Class: Aws::Types::DefaultInteractiveLayoutConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DefaultInteractiveLayoutConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#free_form ⇒ Types::DefaultFreeFormLayoutConfiguration
Returns the value of attribute free_form.
-
#grid ⇒ Types::DefaultGridLayoutConfiguration
Returns the value of attribute grid.
Instance Attribute Details
#free_form ⇒ Types::DefaultFreeFormLayoutConfiguration
Returns the value of attribute free_form.
3664 3665 3666 |
# File 'sig/types.rbs', line 3664 def free_form @free_form end |
#grid ⇒ Types::DefaultGridLayoutConfiguration
Returns the value of attribute grid.
3663 3664 3665 |
# File 'sig/types.rbs', line 3663 def grid @grid end |