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.
3795 3796 3797 |
# File 'sig/types.rbs', line 3795 def free_form @free_form end |
#grid ⇒ Types::DefaultGridLayoutConfiguration
Returns the value of attribute grid.
3794 3795 3796 |
# File 'sig/types.rbs', line 3794 def grid @grid end |