Class: Aws::Types::BasicLayout
- Inherits:
-
Object
- Object
- Aws::Types::BasicLayout
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#more_info ⇒ Types::LayoutSections
Returns the value of attribute more_info.
-
#top_panel ⇒ Types::LayoutSections
Returns the value of attribute top_panel.
Instance Attribute Details
#more_info ⇒ Types::LayoutSections
Returns the value of attribute more_info.
64 65 66 |
# File 'sig/types.rbs', line 64 def more_info @more_info end |
#top_panel ⇒ Types::LayoutSections
Returns the value of attribute top_panel.
63 64 65 |
# File 'sig/types.rbs', line 63 def top_panel @top_panel end |